From 99f3cf64c2b1dbf4f4056fd298bfd87e43e939bb Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 3 Apr 2022 16:39:55 +0100 Subject: [PATCH] --- openpower/sv/normal.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/sv/normal.mdwn b/openpower/sv/normal.mdwn index f0619fcee..b7999c11e 100644 --- a/openpower/sv/normal.mdwn +++ b/openpower/sv/normal.mdwn @@ -158,9 +158,10 @@ of strncpy, to include the terminating zero. In CR-based data-driven fail-on-first there is only the option to select and test one bit of each CR (just as with branch BO). For more complex -tests this may be insufficient. If that is the case, a vectorised crops +tests this may be insufficient. If that is the case, a vectorised crop (crand, cror) may be used, and ffirst applied to the crop instead of to -the arithmetic vector. +the arithmetic vector. Note that crops are covered by +the [[sv/cr_ops]] Mode format. Two extremely important aspects of ffirst are: -- 2.30.2