# HG changeset patch # User andrewm # Date 1464566842 -3600 # Node ID 2c4ddf4277d15ee38b3dc34eba6de6b4b8cd6457 # Parent f7b19ea31bbb433bc26b0ffec90335a95c836fb3 Removed crufty testing code diff -r f7b19ea31bbb -r 2c4ddf4277d1 core/PRU.cpp --- 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