(no commit message)
authorlkcl <lkcl@web>
Sun, 5 Jun 2022 10:30:50 +0000 (11:30 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 5 Jun 2022 10:30:50 +0000 (11:30 +0100)
openpower/sv/remap.mdwn

index 1b0d95196d96f2692512b23b661e98edb47bd949..481992198abe311d947e3d88ef02a89dfa99ccad 100644 (file)
@@ -60,7 +60,7 @@ There are three types of REMAP:
 
 Only the most commonly-used algorithms in computer science have REMAP
 support, due to the high cost in both the ISA and in hardware.  For
-general-purpose remapping the `Indexed` REMAP may be deployed.
+arbitrary remapping the `Indexed` REMAP may be used.
 
 # Usage
 
@@ -68,8 +68,9 @@ general-purpose remapping the `Indexed` REMAP may be deployed.
   usual `0..VL-1` hardware for-loop
 * `svremap` to set which registers a given reordering is to apply to
   (RA, RT etc)
-* `sv.instruction` where any register marked as Vectorised will be
-  REMAPPED.
+* `sv.instruction` where any Vectotised register marked by `svremap`
+  will have its ordering REMAPPED according to the schedule set
+  by `svshape`.
 
 The following illustrative example multiplies a 3x4 and a 5x3
 matrix to create