(no commit message)
authorlkcl <lkcl@web>
Sun, 3 Apr 2022 19:39:18 +0000 (20:39 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 3 Apr 2022 19:39:18 +0000 (20:39 +0100)
openpower/sv/branches.mdwn

index 579d0976da3c413ef40d2dc3d0fe46e24d78322a..f58c9a74e6524ec321c49c9bf7ea1a3f49397372 100644 (file)
@@ -96,8 +96,10 @@ that speculative testing is cancelled should an early-exit occur.*
 Also note that when early-exit occurs in Horizontal-first Mode,
 srcstep, dststep etc. are all reset, ready to begin looping from the
 beginning for the next instruction. However for Vertical-first
-Mode srcstep etc. are incremented "as usual" i.e. the early-exit
-has no special impact. This can leave srcstep etc. in an unusual
+Mode srcstep etc. are incremented "as usual" i.e. an early-exit
+has no special impact, regardless of whether the branch
+occurred or not. This can leave srcstep etc. in what may be
+considered an unusual
 state on exit from a loop and it is up to the programmer to
 reset srcstep, dststep etc. to known-good values.