From: lkcl Date: Sat, 26 Dec 2020 03:11:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~861 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10b1392d1c86a8bbdb1e5842efd575ad79018d59;p=libreriscv.git --- 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):