(no commit message)
authorlkcl <lkcl@web>
Sun, 16 Apr 2023 10:11:20 +0000 (11:11 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 16 Apr 2023 10:11:20 +0000 (11:11 +0100)
openpower/sv/remap/appendix.mdwn

index 655c81490ec12b8569ef1451446a1cf4b45076fb..0929c941cbe9594c1e052fa4e433b44c9c4aa913 100644 (file)
@@ -1,6 +1,4 @@
-[[!tag standards]]
-
-# REMAP Matrix pseudocode
+## REMAP Matrix pseudocode
 
 The algorithm below shows how REMAP works more clearly, and may be
 executed as a python program:
@@ -85,7 +83,7 @@ pipeline overlaps.  Out-of-order / Superscalar micro-architectures with
 register-renaming will have an easier time dealing with this than
 DSP-style SIMD micro-architectures.
 
-# REMAP FFT pseudocode
+## REMAP FFT pseudocode
 
 The algorithm below shows how FFT REMAP works, and may be
 executed as a python program:
@@ -157,6 +155,9 @@ setting VL=64, using an extra dimension on the SHAPE0 and SHAPE1 SPRs,
 and applying a rotating 1D SHAPE SPR of xdim=16 to f8 in order to get
 it to apply four times to compute the four columns worth of vectors.
 
+[[!tag standards]]
+
 ---------
 
 \newpage{}
+