(no commit message)
authorlkcl <lkcl@web>
Sat, 26 Dec 2020 23:28:15 +0000 (23:28 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 26 Dec 2020 23:28:15 +0000 (23:28 +0000)
openpower/sv/svp64.mdwn

index a76257921201464452ce0b551827179ccfcc500a..e5f346da0e6fa1ca4aa8a6edf131f18fc69f8512 100644 (file)
@@ -37,13 +37,14 @@ svp64 fits into the "reserved" portions of the v3.1B prefix, making it possible
 
 ## SVP64 encoding features
 
-A number of features need to be compacted into a very small space:
+A number of features need to be compacted into a very small space of only 24 bits:
 
-* Scalar/Vector tagging and range extension on every register
+* Independent per-register Scalar/Vector tagging and range extension on every register
 * Element width overrides on both source and destination
 * Predication on both source and destination
 * Two different *types* of predication: INT and CR
-* SV Modes including saturation (for A/V DSP), mapreduce, fail-first and more.
+* SV Modes including saturation (for A/V DSP), mapreduce, fail-first and
+  predicate-result mode.
 
 This document focusses specifically on how that fits into available space.  The [[svp64/appendix]] explains more of the details, whilst the [[sv/overview]] gives the basics.