mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-13 05:22:51 -05:00
polishing SIMD changes
This commit is contained in:
@ -27,6 +27,9 @@ extern "C" {
|
||||
#ifdef USE_SIMD
|
||||
# include <xmmintrin.h>
|
||||
# define kiss_fft_scalar __m128
|
||||
#define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes)
|
||||
#else
|
||||
#define KISS_FFT_MALLOC malloc
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user