From a787fccd964d75a1fa4bf345c707e8332474b43c Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 16 Apr 2023 11:11:20 +0100 Subject: [PATCH] --- openpower/sv/remap/appendix.mdwn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openpower/sv/remap/appendix.mdwn b/openpower/sv/remap/appendix.mdwn index 655c81490..0929c941c 100644 --- a/openpower/sv/remap/appendix.mdwn +++ b/openpower/sv/remap/appendix.mdwn @@ -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{} + -- 2.30.2