(no commit message)
authorlkcl <lkcl@web>
Fri, 6 Aug 2021 12:27:35 +0000 (13:27 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 6 Aug 2021 12:27:35 +0000 (13:27 +0100)
openpower/sv/svp64.mdwn

index 660fb82da0efadb2a899b0b3658e61b625ae9e61..f0f16fbfdf30924a7a2add46e9792dd45af3dd3b 100644 (file)
@@ -186,7 +186,7 @@ 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:
+These are the modes for everything except [[sv/ldst]] and [[sv/branches]]:
 
 * **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.