(no commit message)
authorlkcl <lkcl@web>
Thu, 9 Jun 2022 16:31:05 +0000 (17:31 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 9 Jun 2022 16:31:05 +0000 (17:31 +0100)
openpower/sv/remap.mdwn

index 8ab3f5f5564a3ca5efa7d66b8b283b5f63acaf6e..e49e6152caf65a4fc97828d5b80df9b867fc3492 100644 (file)
@@ -12,12 +12,13 @@ For more general reordering an Indexed REMAP mode is available.
 
 REMAP allows the usual vector loop `0..VL-1` to be "reshaped" (re-mapped)
 from a linear form to a 2D or 3D transposed form, or "offset" to permit
-arbitrary access to elements, independently on each Vector src or dest
+arbitrary access to elements (when elwidth overrides are used),
+independently on each Vector src or dest
 register.
 
 The initial primary motivation of REMAP was for Matrix Multiplication, reordering of sequential
 data in-place.  Four SPRs are provided so that a single FMAC may be
-used in a single loop to perform 4x4 times 4x4 Matrix multiplication,
+used in a single loop to perform for example 4x4 times 4x4 Matrix multiplication,
 generating 64 FMACs.  Additional uses include regular "Structure Packing"
 such as RGB pixel data extraction and reforming.