(no commit message)
authorlkcl <lkcl@web>
Thu, 24 Dec 2020 14:50:07 +0000 (14:50 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 24 Dec 2020 14:50:07 +0000 (14:50 +0000)
openpower/sv/overview.mdwn

index 8407b8615a9170643b8c777bfa91e0269420df4f..5feadf406de51fa902fce30b759548bb6bd613f5 100644 (file)
@@ -14,11 +14,10 @@ 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)
-* During the loop the instruction at the PC is executed *multiple* 
-  times.
 * Some registers may be "tagged" as Vectors
-* During the loop, "Vector"-tagged register are incrememted by
-  one with each iteration.
+* During the loop, "Vector"-tagged register are incremented by
+  one with each iteration, executing the *same instruction*
+  but with *different regusters*
 * Once the loop is completed *only then* is the Program Counter
   allowed to move to the next instruction.