(no commit message)
authorlkcl <lkcl@web>
Sun, 17 Jul 2022 19:49:34 +0000 (20:49 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 17 Jul 2022 19:49:34 +0000 (20:49 +0100)
openpower/sv/remap.mdwn

index 7a9fa1db87210ec4b0874415567b482a95153a88..65019be5c6a179ad2987ea7377852becbec4565d 100644 (file)
@@ -21,8 +21,9 @@ register.
 The initial primary motivation of REMAP was for Matrix Multiplication, reordering of sequential
 data in-place: in-place DCT and FFT were easily justified given the
 high usage in Computer Science.
-Four SPRs are provided so that a single FMAC may be
-used in a single loop to perform for example 4x4 times 4x4 Matrix multiplication,
+Four SPRs are provided which may be applied to any GPR, FPR or CR Field
+so that for example a single FMAC may be
+used in a single loop to perform 5x3 times 3x4 Matrix multiplication,
 generating 64 FMACs.  Additional uses include regular "Structure Packing"
 such as RGB pixel data extraction and reforming.