mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
whitespace
This commit is contained in:
parent
b24d80769b
commit
24d23ffbb8
12
kiss_fft.h
12
kiss_fft.h
@ -34,12 +34,12 @@ extern "C" {
|
|||||||
#ifdef USE_SIMD
|
#ifdef USE_SIMD
|
||||||
# include <xmmintrin.h>
|
# include <xmmintrin.h>
|
||||||
# define kiss_fft_scalar __m128
|
# define kiss_fft_scalar __m128
|
||||||
#define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16)
|
# define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16)
|
||||||
#define KISS_FFT_FREE _mm_free
|
# define KISS_FFT_FREE _mm_free
|
||||||
#else
|
#else
|
||||||
#define KISS_FFT_MALLOC malloc
|
# define KISS_FFT_MALLOC malloc
|
||||||
#define KISS_FFT_FREE free
|
# define KISS_FFT_FREE free
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef FIXED_POINT
|
#ifdef FIXED_POINT
|
||||||
|
Loading…
Reference in New Issue
Block a user