(no commit message)
authorlkcl <lkcl@web>
Thu, 29 Sep 2022 23:15:13 +0000 (00:15 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 29 Sep 2022 23:15:13 +0000 (00:15 +0100)
openpower/sv/rfc/ls001.mdwn

index cd0d0425b0acd3f3a3ff3ff20fa3a2acd24e2cbd..6bfb08dd4bdf80d6291db006b94c4fd4590b8cd0 100644 (file)
@@ -324,7 +324,7 @@ Boolean Logic rules on sets (treating the Vector of CR Fields to be tested by
 `BO` as a set) dictate that the Branch should take place on either 'ALL'
 tests succeeding (or failing) or whether 'SOME' tests succeed (or fail).
 These options provide the ability to cover the majority of Parallel
-3D GPU Conditions, saving a not inconsiderable number of instructions
+3D GPU Conditions, saving up to **twelve** instructions
 especially given the close interaction with CTR in hot-loops.[^parity]
 
 [^parity]: adding a parity (XOR) option was too much. instead a parallel-reduction on `crxor` may be used in combination with a Scalar Branch.