From 41ef38939ff3ce545e921a9f75cb905235bdf3a3 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 24 Jul 2022 02:48:05 +0100 Subject: [PATCH] --- openpower/sv/overview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index f4dab4b36..91385e752 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -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 -- 2.30.2