mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
added kiss_fft_cleanup
updated Makefiles for long and simd targets
This commit is contained in:
4
TIPS
4
TIPS
@ -10,6 +10,10 @@ Speed:
|
||||
* If the input data has no imaginary component, use the kiss_fftr code under tools/.
|
||||
Real ffts are roughly twice as fast as complex.
|
||||
|
||||
* If you can rearrange your code to do 4 FFTs in parallel and you are on a recent Intel or AMD machine,
|
||||
then you might want to experiment with the USE_SIMD code.
|
||||
|
||||
|
||||
Reducing code size:
|
||||
* remove some of the butterflies. There are currently butterflies optimized for radices
|
||||
2,3,4,5. It is worth mentioning that you can still use FFT sizes that contain
|
||||
|
Reference in New Issue
Block a user