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

index f21f329e078697f2989c96fb56da0b2c0777556a..dfa2ecda01e0492312cdf3b4bbbbb0310dc956a1 100644 (file)
@@ -40,7 +40,8 @@ for 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 beyond the exit point are *not* carried out.
+such that tests that are sequentially beyond the exit point are *not*
+carried out.
 
 In Vertical-First Mode, the `ALL` bit should
 not be used.  If set, behaviour is `UNDEFINED`.
@@ -146,7 +147,6 @@ Available options to combine:
 Pseudocode for Horizontal-First Mode:
 
 ```
-   
     cond_ok = not SVRMmode.ALL
     for srcstep in range(VL):
         new_srcstep, CRbits = SVSTATE_NEXT(srcstep)