(no commit message)
authorlkcl <lkcl@web>
Thu, 16 Sep 2021 10:17:03 +0000 (11:17 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 16 Sep 2021 10:17:03 +0000 (11:17 +0100)
openpower/sv/svp64/appendix.mdwn

index fda504a3f42d639c2601ac3b01aefbabba438249..a556a8786766f560bdf1353f853b385542b7e38d 100644 (file)
@@ -192,7 +192,11 @@ Looping which would terminate if the destination was marked as a Scalar.
 Scalar Reduction by contrast *keeps issuing Vector Element Operations*
 even though the destination register is marked as scalar.
 Thus it is up to the programmer to be aware of this and observe some
-conventions.
+conventions.  It is also important to appreciate that there is no
+actual imposition or restriction on how this mode is utilised: there
+will therefore be several valuable uses (including Vector Iteration)
+and it is up to the programmer to make best use of the capability
+provided.
 
 In this mode, which is suited to operations involving carry or overflow,
 one register must be identified by the programmer as being the "accumulator".