(no commit message)
authorlkcl <lkcl@web>
Fri, 5 Jan 2024 16:10:38 +0000 (16:10 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 5 Jan 2024 16:10:38 +0000 (16:10 +0000)
openpower/sv/cookbook/daxpy_example.mdwn

index 0519714a1502b899143c947719011e70568e693c..fc026cf79b122dba289e9f99387e894820cc043c 100644 (file)
@@ -51,7 +51,7 @@ of the next batch.
 If  `sv.lfdup` was not available, `sv.lfdu` could be used to the same
 effect, but RA would have to be *pre-subtracted by one element*, outside
 of the loop. Due to the compactness of this highly hardware-parallelizable
-algorithm, that one additinal instruction would increase the implementation
+algorithm, that one additional instruction would increase the implementation
 code size by 5 percent! This helps explain why Post-Increment Update
 Load/Store instructions are so important.