add zero-overhead loop link
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Oct 2022 11:12:36 +0000 (12:12 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Oct 2022 11:12:36 +0000 (12:12 +0100)
openpower/sv/rfc/ls001.mdwn

index 6bfb08dd4bdf80d6291db006b94c4fd4590b8cd0..6a8350179fd930b816320200681d971bbf4be012 100644 (file)
@@ -136,7 +136,8 @@ long-term stability and binary interoperability.
 
 The fundamental principle of Simple-V is that it sits between Issue and
 Decode, pausing the Program-Counter to service a "Sub-PC"
-hardware for-loop.  This is very similar to "Zero-Overhead Loops"
+hardware for-loop.  This is very similar to
+[Zero-Overhead Loops](https://en.m.wikipedia.org/wiki/Zero-overhead_looping)
 in High-end DSPs (TI MSP Series).
 
 Considerable effort has been expended to ensure that Simple-V is
@@ -644,7 +645,9 @@ For each of EXT059 and EXT063:
 
 # Adding new opcodes.
 
-With Simple-V being a type of Zero-Overhead Loop Engine on top of
+With Simple-V being a type of
+[Zero-Overhead Loop](https://en.m.wikipedia.org/wiki/Zero-overhead_looping)
+Engine on top of
 Scalar operations some clear guidelines are needed on how both
 existing "Defined Words" (Public v3.1 Section 1.6.3 term) and future
 Scalar operations are added within the 64-bit space.  Examples of