kissfft/tools
Stewart Hildebrand 8921e1a3b6 Use _mm_free on memory allocated with _mm_malloc.
kiss_fft_alloc and kiss_fftr_alloc internally use KISS_FFT_MALLOC to allocate memory, which is defined to _mm_malloc in a SIMD enabled application. Calling free() on memory allocated with _mm_malloc will result in unpredictable behavior. The configuration data allocated with _mm_malloc should be freed with a corresponding _mm_free.
2018-06-03 14:29:12 -04:00
..
fftutil.c *** empty log message *** 2006-11-14 19:52:42 +00:00
kfc.c fixed alignment issue with SIMD 2011-03-26 21:25:10 -04:00
kfc.h bunch of minor code cleanup 2004-02-27 03:45:12 +00:00
kiss_fastfir.c fixed warnings about ignored return value and wrong format code in printf 2012-07-17 23:30:31 -04:00
kiss_fftnd.c added padding in case of SIMD types 2011-06-20 09:59:38 -04:00
kiss_fftnd.h added some code for 32 bit fixed point fft -- may not be suitable for all platforms 2005-05-31 02:19:07 +00:00
kiss_fftndr.c put declarations at the top of the function ,ANSI style 2009-03-13 00:34:55 +00:00
kiss_fftndr.h fwd kissfftndr sorta works, but the packing is wrong, or at least different from FFTW 2006-11-14 15:32:22 +00:00
kiss_fftr.c added padding in case of SIMD types 2011-06-20 09:59:38 -04:00
kiss_fftr.h Use _mm_free on memory allocated with _mm_malloc. 2018-06-03 14:29:12 -04:00
Makefile previous gcc versions might've been silently adding -lm at the end of the link line. 2012-07-15 22:35:28 -04:00
psdpng.c getting ready for 1.2.4 2005-10-27 19:47:42 +00:00