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

index a5f4fec129734817aa1b978dd38d3ba98224320a..8901189be854101a75cf13f88ef21b6145ef7d9b 100644 (file)
@@ -15,7 +15,8 @@ The fundamentals are:
 
 * The Program Counter gains a "Sub Counter" context.
 * Vectorisation pauses the PC and runs a loop from 0 to VL-1
- (where VL is Vector Length)
+ (where VL is Vector Length). This may be thought of as a
+   "Sub-PC"
 * Some registers may be "tagged" as Vectors
 * During the loop, "Vector"-tagged register are incremented by
   one with each iteration, executing the *same instruction*