(no commit message)
authorlkcl <lkcl@web>
Sat, 18 Jun 2022 11:11:53 +0000 (12:11 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 18 Jun 2022 11:11:53 +0000 (12:11 +0100)
openpower/sv.mdwn

index 1039abb5949948709489928d558b54ac820dc55c..77dab8ef73e68c73f919d1d2939d4c9c5cc742c7 100644 (file)
@@ -6,7 +6,7 @@ Obligatory Dilbert:
 
 ===
 
-# SV (Simple Vectorisation) for the Power ISA
+# SV (Simple Scalar Vectorisation) for the Power ISA
 
 **SV is in DRAFT STATUS**. SV has not yet been submitted to the OpenPOWER Foundation ISA WG for review.
 
@@ -28,13 +28,14 @@ Fundamental design principles:
   for-loop had been expanded as actual scalar instructions
   (termed "preserving Program Order")
 * Augments ("tags") existing instructions, providing Vectorisation
-  "context" rather than adding new ones.
+  "context" rather than adding new instructions.
 * Does not modify or deviate from the underlying scalar Power ISA
   unless it provides significant performance or other advantage to do so
-  in the Vector space (dropping XER.SO for example)
+  in the Vector space (dropping "sticky" of XER.SO for example)
 * Designed for Supercomputing: avoids creating significant sequential
-  dependency hazards, allowing high performance superscalar
-  microarchitectures to be deployed.
+  dependency hazards, allowing standard
+  high performance superscalar multi-issue
+  micro-architectures to be leveraged.
 
 Advantages of these design principles: