From f0493aa6070eb99dcc6163f995565517693da322 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 24 Dec 2020 09:09:21 +0000 Subject: [PATCH] --- openpower/sv/overview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 622585574..8cbdf53ba 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -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 subtle 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. 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. -- 2.30.2