/* Make use of ARM4 assembly optimizations */ /* #undef ARM4_ASM */ /* Make use of ARM5E assembly optimizations */ /* #undef ARM5E_ASM */ /* Enable NEON support */ #define USE_NEON /**/ /* Symbol visibility prefix */ #define EXPORT __attribute__((visibility("default"))) /* Debug fixed-point implementation */ /* #undef FIXED_DEBUG */ /* Use C99 variable-size arrays */ #define VAR_ARRAYS /**/