This commit is contained in:
Max-Gulda 2022-07-13 13:44:57 +00:00 committed by GitHub
commit 3b5b63e9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
TIPS
View File

@ -11,7 +11,7 @@ Speed:
-ffast-math
-fomit-frame-pointer
* If the input data has no imaginary component, use the kiss_fftr code under tools/.
* If the input data has no imaginary component, use the kiss_fftr code.
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,