changeset 10:ae456984c912

Doc
author Chris Cannam
date Mon, 05 Oct 2015 14:03:34 +0100
parents 4047f95598b3
children 316b7117c9ea
files fft/test.html
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fft/test.html	Mon Oct 05 14:00:03 2015 +0100
+++ b/fft/test.html	Mon Oct 05 14:03:34 2015 +0100
@@ -48,9 +48,15 @@
   <ul>
     <li><b>Nayuki</b>: in-place single-precision complex-complex</li>
     <li><b>Nockert</b>: double-precision real-complex</li>
-    <li><b>Nayuki</b>: double-precision complex-complex. Forward transform is scaled and I've scaled it back again here, which may introduce rounding error.</li>
-    <li><b>Cross</b>: double-precision real-complex in C, compiled with Emscripten. This is considered a slow implementation amongst native code ones.</li>
-    <li><b>KissFFT</b>: single-precision real-complex in C, compiled with Emscripten. This should be a faster implementation than Cross.</li>
+    <li><b>Nayuki</b>: double-precision complex-complex. Forward
+    transform is scaled and I've scaled it back again here, which may
+    introduce rounding error.</li>
+    <li><b>Cross</b>: double-precision real-complex in C, compiled
+    with Emscripten. This is considered a slow implementation amongst
+    native code ones.</li>
+    <li><b>KissFFT</b>: single-precision real-complex in C, compiled
+    with Emscripten. This should be faster than Cross. Despite its
+    name, it is the most sophisticated implementation here.</li>
   </ul>
   
   <h3>Rationale</h3>