(no commit message)
authorlkcl <lkcl@web>
Mon, 19 Apr 2021 22:37:31 +0000 (23:37 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 19 Apr 2021 22:37:31 +0000 (23:37 +0100)
openpower/sv.mdwn

index fe33fc2066b578e41628723489550a86fbfa6578..883d17e4d992133c9e8dc149677621af3a35bea6 100644 (file)
@@ -13,7 +13,7 @@ Fundamental design principles:
 * 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)
+* 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)
 
 Advantages of these design principles: