(no commit message)
authorlkcl <lkcl@web>
Sun, 24 Jul 2022 01:48:05 +0000 (02:48 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 24 Jul 2022 01:48:05 +0000 (02:48 +0100)
openpower/sv/overview.mdwn

index f4dab4b36e51442cf9be0fbc0bd698fcdce8e98f..91385e752f604d55b8e246186ef862c65874586b 100644 (file)
@@ -901,7 +901,7 @@ be parallelised), data-dependent fail-first *stops* at the first failure:
         CRnew = analyse(result) # calculates eq/lt/gt
         # now test CR, similar to branch
         if CRnew[BO[0:1]] != BO[2]:
-            VL = i # truncate: only successes allowed
+            VL = i+VLi # truncate: only successes allowed
             break
         # test passed: store result (and CR?)
         if not RC1: iregs[RT+i] = result