(no commit message)
authorlkcl <lkcl@web>
Sat, 11 Sep 2021 13:22:02 +0000 (14:22 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 11 Sep 2021 13:22:02 +0000 (14:22 +0100)
openpower/sv/branches.mdwn

index 1b2173d227e0bf8192c0c40caf1b1bcd06d5ceb8..10d638db07f808bdd532b3b1da1372ce9c0c8ee6 100644 (file)
@@ -34,7 +34,8 @@ without such multi-condition
 test-and-branch, if a predicate mask is all zeros a large batch of
 instructions may be masked out to `nop`, and it would waste
 CPU cycles to run them.  3D GPU ISAs can test for this scenario
-and jump over fully-masked-out operations, by spotting that
+and, with the appropriate predicate-analysis instruction,
+jump over fully-masked-out operations, by spotting that
 *all* Conditions are false.
 
 Unless Branches are aware and capable of such analysis, additional