(no commit message)
authorlkcl <lkcl@web>
Mon, 5 Sep 2022 15:28:20 +0000 (16:28 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 5 Sep 2022 15:28:20 +0000 (16:28 +0100)
openpower/sv/remap.mdwn

index 92e3dfc597b9618f39eaa086b47a145d83d30b86..7362d4f7939e19f68a8b4b7069ff8ccfb3bbfc4b 100644 (file)
@@ -288,7 +288,9 @@ Critical to note regarding use of Parallel-Reduction REMAP is that,
 exactly as with Matrix Mode, the `svshape` instruction *requests*
 a certain Vector Length (number of elements to reduce) and then
 sets VL and MAXVL at the number of **operations** needed to be
-carried out.
+carried out.  Thus, equally as importantly, the total number of operations
+is restricted to 127.  Any Parallel-Reduction requiring more operations
+will need to be done manually.
 
 **Parallel-Reduction with Predication**