(no commit message)
authorlkcl <lkcl@web>
Fri, 25 Dec 2020 13:55:28 +0000 (13:55 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 25 Dec 2020 13:55:28 +0000 (13:55 +0000)
openpower/sv/overview.mdwn

index 5e6b79051ea102c029f415748b15a595db75880f..4585590eed61bc891046499dc16ec3f39e996259 100644 (file)
@@ -24,7 +24,7 @@ The fundamentals are:
 * Once the loop is completed *only then* is the Program Counter
   allowed to move to the next instruction.
 
-Hardware implementors are free and clear to implement this as literally a for-loop in hardware (and simulators), sitting in between instruction decode and issue.  Higher performance systems may deploy SIMD backends and multi-issue, although it is strongly recommended to add predication capability into all SIMD backend units.
+Hardware (and simulator)implementors are free and clear to implement this as literally a for-loop, sitting in between instruction decode and issue.  Higher performance systems may deploy SIMD backends and multi-issue, although it is strongly recommended to add predication capability into all SIMD backend units.
 
 In OpenPOWER ISA v3.0B pseudo-code form, an ADD operation, assuming both source and destination have been "tagged" as Vectors, is simply: