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

index 4585590eed61bc891046499dc16ec3f39e996259..c5f2f1c040549b5b5822780b1b8ef7353c321746 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 (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.
+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: