From 10b1392d1c86a8bbdb1e5842efd575ad79018d59 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 26 Dec 2020 03:11:22 +0000 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 7d6f03888..e706adf49 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -511,7 +511,7 @@ SIMD strncpy hand-written assembly routines are, to be blunt about it, a total n # Data-dependent fail-first -This is a minor variant on the CR-based predicate-result mode. Where ored-result continues with independent element testing, data-dependent fail-first *stops* at the first failure: +This is a minor variant on the CR-based predicate-result mode. Where pred-result continues with independent element testing (any of which may be parallelised), data-dependent fail-first *stops* at the first failure: if Rc=0: BO = inv<<2 | 0b00 # test CR.eq bit z/nz for i in range(VL): -- 2.30.2