diff options
Diffstat (limited to 'lib/ffts/src/macros-alpha.h')
-rw-r--r-- | lib/ffts/src/macros-alpha.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ffts/src/macros-alpha.h b/lib/ffts/src/macros-alpha.h index f7795d4..c32d1e9 100644 --- a/lib/ffts/src/macros-alpha.h +++ b/lib/ffts/src/macros-alpha.h @@ -58,9 +58,6 @@ typedef union { uint32_t u[4]; } V4SF; -#define FFTS_MALLOC(d,a) (malloc(d)) -#define FFTS_FREE(d) (free(d)) - static FFTS_ALWAYS_INLINE V4SF V4SF_LIT4(float f3, float f2, float f1, float f0) { |