(no commit message)
authorlkcl <lkcl@web>
Tue, 3 Aug 2021 02:54:01 +0000 (03:54 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 3 Aug 2021 02:54:01 +0000 (03:54 +0100)
openpower/sv/branches.mdwn

index da7dabb7ccc1ca1eff208d18ef02457dfabcaeea..f21f329e078697f2989c96fb56da0b2c0777556a 100644 (file)
@@ -10,7 +10,8 @@ Scalar 3.0B Branch Conditional operations, `bc`, `bctar` etc. test a Condition R
 When doing so in a Vector Context, it is quite reasonable and logical to test a *Vector* of
 CR Fields. In 3D Shader binaries, which are inherently parallelised
 and predicated, testing all or some results and branching based on
-multiple tests is extremely common.
+multiple tests is extremely common, and a fundamental part of
+Shader Compilers.
 Therefore, `sv.bc` and other Vector-aware Branch Conditional instructions are worth
 including.