Mercurial > hg > beaglert
changeset 319:2c4ddf4277d1 prerelease
Removed crufty testing code
author | andrewm |
---|---|
date | Mon, 30 May 2016 01:07:22 +0100 |
parents | f7b19ea31bbb |
children | 3a28a4eb948d |
files | core/PRU.cpp |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/core/PRU.cpp Mon May 30 01:06:01 2016 +0100 +++ b/core/PRU.cpp Mon May 30 01:07:22 2016 +0100 @@ -420,16 +420,6 @@ } } } - - // TESTING - // if(posix_memalign((void **)&testing_float, 16, 8 * context->audioFrames * sizeof(float))) { - // printf("Error allocating float buffers\n"); - // return false; - // } - // if(posix_memalign((void **)&testing_int16, 8, 8 * context->audioFrames * sizeof(int16_t))) { - // printf("Error allocating float buffers\n"); - // return false; - // } // Allocate audio buffers #ifdef USE_NEON_FORMAT_CONVERSION