this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

whitespace

+6 -6
+6 -6
kiss_fft.h
··· 34 34 #ifdef USE_SIMD 35 35 # include <xmmintrin.h> 36 36 # define kiss_fft_scalar __m128 37 - #define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16) 38 - #define KISS_FFT_FREE _mm_free 39 - #else 40 - #define KISS_FFT_MALLOC malloc 41 - #define KISS_FFT_FREE free 42 - #endif 37 + # define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16) 38 + # define KISS_FFT_FREE _mm_free 39 + #else 40 + # define KISS_FFT_MALLOC malloc 41 + # define KISS_FFT_FREE free 42 + #endif 43 43 44 44 45 45 #ifdef FIXED_POINT