(no commit message)
authorlkcl <lkcl@web>
Wed, 15 Sep 2021 12:16:55 +0000 (13:16 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 15 Sep 2021 12:16:55 +0000 (13:16 +0100)
openpower/sv/svp64.mdwn

index 2853af43874ec7659938b3f7099e2e1ceb5bc702..c8c177a3bd0cb0199db6b41362f1fba0803e193c 100644 (file)
@@ -186,7 +186,8 @@ Note that if ELWIDTH != ELWIDTH_SRC this may result in reduced performance or in
 
 Mode is an augmentation of SV behaviour.  Some of these alterations are element-based (saturation), others involve post-analysis (predicate result) and others are Vector-based (mapreduce, fail-on-first).
 
-These are the modes for everything except [[sv/ldst]] and [[sv/branches]]:
+These are the modes for everything except [[sv/ldst]],
+[[sv/cr_ops]] and [[sv/branches]] which are covered separately:
 
 * **normal** mode is straight vectorisation.  no augmentations: the vector comprises an array of independently created results.
 * **ffirst** or data-dependent fail-on-first: see separate section.  the vector may be truncated depending on certain criteria.