From 03b1eec454508ed2e69074b3ff06ab009c656534 Mon Sep 17 00:00:00 2001 From: Max-Gulda <100098993+Max-Gulda@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:44:36 +0200 Subject: [PATCH] Update TIPS This no longed resides under tools. --- TIPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIPS b/TIPS index 6a9579d..fe44736 100644 --- a/TIPS +++ b/TIPS @@ -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,