(no commit message)
authorlkcl <lkcl@web>
Sun, 15 Aug 2021 21:17:45 +0000 (22:17 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 15 Aug 2021 21:17:45 +0000 (22:17 +0100)
openpower/sv.mdwn

index b4176fcd12baa879767a99470e6c18c9c95be169..f29a9545f1926304e0fa42447f5882a02cf5b15f 100644 (file)
@@ -14,8 +14,8 @@ Fundamental design principles:
   (termed "preserving Program Order")
 * Augments ("tags") existing instructions, providing Vectorisation "context" rather than adding new ones.
 * Does not modify or deviate from the underlying 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)
-* Avoids creating significant dependency hazards, allowing high performance
-superscalar microarchitectures to be deployed.
+* Designed for Supercomputing: avoids creating significant sequential
+dependency hazards, allowing high performance superscalar microarchitectures to be deployed.
 
 Advantages of these design principles: