(no commit message)
authorlkcl <lkcl@web>
Sat, 21 Nov 2020 21:27:53 +0000 (21:27 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 21 Nov 2020 21:27:53 +0000 (21:27 +0000)
openpower/sv.mdwn

index e2c5ac5938c1a4e23b6dab665c4aa1e0c75772c0..7f8f253736af55b7598c94a442fb79b5fecec01c 100644 (file)
@@ -6,7 +6,8 @@ Fundamental design principles:
 
 * Simplicity of introduction and implementation on the existing OpenPOWER ISA
 * Effectively a hardware for-loop, pausing PC, issuing multiple scalar operations
-* Preserving the underlying scalar execution dependencies as if the for-loop had been expanded as actual scalar instructions.
+* Preserving the underlying scalar execution dependencies as if the 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.
 * Does not modify or deviate from the underly scalar OpenPOWER ISA unless it provides significant performance or other advantage to do so in the Vector space (dropping XER.SO and OE=1 for example)