(no commit message)
authorlkcl <lkcl@web>
Mon, 2 Aug 2021 12:25:56 +0000 (13:25 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 2 Aug 2021 12:25:56 +0000 (13:25 +0100)
openpower/sv/branches.mdwn

index d0ca409211c29125627145de7cc730a2b6dad710..173251468ce0c76eedf7ffb4b21fce6136190a08 100644 (file)
@@ -6,8 +6,8 @@ Links
 * <http://lists.libre-soc.org/pipermail/libre-soc-dev/2021-August/003416.html>
 * [[openpower/isa/branch]]
 
-Branch Conditional operations, `bc`, `bctar` etc. test a Condition Register.
-When doing so, it is quite reasonable and logical to test a *Vector* of
+Scalar 3.0B Branch Conditional operations, `bc`, `bctar` etc. test a Condition Register.
+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.