(no commit message)
authorlkcl <lkcl@web>
Thu, 29 Sep 2022 22:55:10 +0000 (23:55 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 29 Sep 2022 22:55:10 +0000 (23:55 +0100)
openpower/sv/rfc/ls001.mdwn

index a73c0c8cea76b554db6b1ea31932a93abc69f6a9..cd0d0425b0acd3f3a3ff3ff20fa3a2acd24e2cbd 100644 (file)
@@ -73,7 +73,9 @@ The inspiration for Simple-V came from the fact that on examination of every
 Vector ISA pseudocode encountered the Vector operations were expressed
 as a for-loop on a Scalar element
 operation, and then both a Scalar **and** a Vector instruction was added.
-With Zero-Overhead Looping *already* being mainstream in DSPs for over three
+With
+[Zero-Overhead Looping](https://en.m.wikipedia.org/wiki/Zero-overhead_looping)
+*already* being common for over four
 decades it felt natural to separate the looping at both the ISA and
 the Hardware Level
 and thus provide only Scalar instructions (instantly halving the number