(no commit message)
authorlkcl <lkcl@web>
Sat, 16 Jul 2022 17:54:09 +0000 (18:54 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 16 Jul 2022 17:54:09 +0000 (18:54 +0100)
openpower/sv/remap/appendix.mdwn

index 83dbf4cfdc004e4951eae314ec665d77491015c9..167cabc61735cdf70fcee76c7be2841adbe17248 100644 (file)
@@ -85,7 +85,7 @@ DSP-style SIMD micro-architectures.
 
 # REMAP FFT pseudocode
 
-The algorithm below shows how REMAP works more clearly, and may be
+The algorithm below shows how FFT REMAP works, and may be
 executed as a python program:
 
 ```
@@ -99,6 +99,11 @@ even for something as complex as a Triple-loop Tukey-Cooley
 Schedule. A comprehensive demo and test suite may be found
 [here](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/isa/test_caller_svp64_fft.py;hb=HEAD)
 
+Other uses include more than DFT and NTT: the Schedules are not
+restricted in any way and if the programmer can find any algorithm
+which has identical triple nesting then the FFT Schedule may be
+used.
+
 # 4x4 Matrix to vec4 Multiply Example
 
 The following settings will allow a 4x4 matrix (starting at f8), expressed