From 255fdb6bfaf59aa636fb1216dfcf2e3acfdb131b Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 6 May 2022 10:36:54 +0100 Subject: [PATCH] --- openpower/sv/SimpleV_rationale.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openpower/sv/SimpleV_rationale.mdwn b/openpower/sv/SimpleV_rationale.mdwn index e6b4e4aa5..180ff8c17 100644 --- a/openpower/sv/SimpleV_rationale.mdwn +++ b/openpower/sv/SimpleV_rationale.mdwn @@ -410,8 +410,10 @@ If addition to another Matrix is also required then it is only three instructions. Not only that, but because the "Schedule" is an abstract concept separated from the mathematical operation, there is no reason why Matrix Multiplication Schedules may not be applied to Integer -Mul-and-Accumulate, Galois Field Mul-and-Accumulate, or Logical -AND-and-OR. The flexibility is not only enormous, but the compactness +Mul-and-Accumulate, Galois Field Mul-and-Accumulate, Logical +AND-and-OR, or any other future instruction such as Complex-Number +Multiply-and-Accumulate that a future version of the Power ISA might +support. The flexibility is not only enormous, but the compactness unprecedented. RADIX2 in-place DCT Triple-loop Schedules may be created in around 11 instructions. The only other processors well-known to have this type of compact capability are both VLIW DSPs: TI's TMS320 Series -- 2.30.2