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

index 8cbdf53bac171b7de5619d29ca6d01ecb2be8457..39b1107f6d0659179651a6bc280ee0c9d9902fb1 100644 (file)
@@ -27,7 +27,7 @@ In OpenPOWER ISA v3.0B pseudo-code form, an ADD operation, assuming both source
     for i = 0 to VL-1:
          GPR(RT+i) = GPR(RA+i) + GPR(RB+i)
 
-At its heart, SimpleV really is this simple.  On top of this fundamental basis further refinements can be added which build up towards an extremely powerful Vector augmentation system, with very little in the way of additional opcodes required.
+At its heart, SimpleV really is this simple.  On top of this fundamental basis further refinements can be added which build up towards an extremely powerful Vector augmentation system, with very little in the way of additional opcodes required: simply external "context".
 
 RISC-V RVV as of version 0.9 is over 180 instructions (more than the rest of RV64G combined). Over 95% of that functionality is added to OpenPOWER v3 0B, by SimpleV augmentation, with around 5 to 8 instructions.