(no commit message)
authorlkcl <lkcl@web>
Mon, 26 Oct 2020 09:57:17 +0000 (09:57 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 26 Oct 2020 09:57:17 +0000 (09:57 +0000)
openpower/sv/predication.mdwn

index 36f66107ee9d6619fd09a52f0d0771f3f474a235..61b4bcd84fd8851aac71875bf157327fc0c04194 100644 (file)
@@ -113,7 +113,8 @@ This idea has several disadvantages.
   Ordinarily (i.e. without the predicate involved), Cray-style "chaining"
   would be possible.  The single DM entry for the entire predicate mask
   prohibits this because the subsequent operations can only proceed when
-  the *entire* mask has been computed.
+  the *entire* mask has been computed and placed in full
+  into the scalar integer register.
 * Allocation of bits to FUs gets particularly complex for SIMD (elwidth
   overrides) requiring shift and mask logic that is simply not needed
   compared to "one-for-one" schemes (above)