(no commit message)
authorlkcl <lkcl@web>
Wed, 4 Aug 2021 16:22:20 +0000 (17:22 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 4 Aug 2021 16:22:20 +0000 (17:22 +0100)
openpower/sv/branches.mdwn

index 4a46754f5ebd9688ef5f3161b97ef32d6913408e..0387c190386f02a134ba2e09be0659f3c6015435 100644 (file)
@@ -47,8 +47,11 @@ non-ALL mode (Great Big Or) on first success early exit also occurs,
 however this time with the Branch proceeding.  In both cases the testing
 of the Vector of CRs should be done in linear sequential order (or in
 REMAP re-sequenced order): such that tests that are sequentially beyond
-the exit point are *not* carried out. (*Note: is standard practice in
-Programming languages to exit early from conditional tests*)
+the exit point are *not* carried out. (*Note: it is standard practice in
+Programming languages to exit early from conditional tests, however
+a little unusual to consider in an ISA that is designed for Parallel
+Vector Processing. The reason is to have strictly-defined guaranteed
+behaviour*)
 
 In Vertical-First Mode, the `ALL` bit should not be used.  If set,
 behaviour is `UNDEFINED`.  (*The reason is that Vertical-First hints may