From af9254d03bfa85122539351e8af1d9e23afa587f Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Thu, 27 May 2010 23:07:27 -0400 Subject: [PATCH] cross reference README.simd file --- TIPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIPS b/TIPS index dc439dc..cf7ac2a 100644 --- a/TIPS +++ b/TIPS @@ -15,7 +15,7 @@ Speed: 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. + then you might want to experiment with the USE_SIMD code. See README.simd Reducing code size: