mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
In order to use constants or trigonometric functions with a type other than double, a suffix ('f' for float or 'l' for long double) has to be used in C. This commit adds a preprocessor macro 'kiss_fft_suffix' which can be set to either 'f' or 'l' and which will be added to floating point constants and to the trigonometric functions (sin and cos). Without this suffix, the code will use a too high precision for float and a too low precision for long double. |
||
---|---|---|
.. | ||
fftutil.c | ||
kfc.c | ||
kfc.h | ||
kiss_fastfir.c | ||
kiss_fftnd.c | ||
kiss_fftnd.h | ||
kiss_fftndr.c | ||
kiss_fftndr.h | ||
kiss_fftr.c | ||
kiss_fftr.h | ||
Makefile | ||
psdpng.c |