From daecb27d6f7c7513e504232ee139e6d6d084d0f2 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 17 Jul 2022 20:49:34 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 7a9fa1db8..65019be5c 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -21,8 +21,9 @@ register. The initial primary motivation of REMAP was for Matrix Multiplication, reordering of sequential data in-place: in-place DCT and FFT were easily justified given the high usage in Computer Science. -Four SPRs are provided so that a single FMAC may be -used in a single loop to perform for example 4x4 times 4x4 Matrix multiplication, +Four SPRs are provided which may be applied to any GPR, FPR or CR Field +so that for example a single FMAC may be +used in a single loop to perform 5x3 times 3x4 Matrix multiplication, generating 64 FMACs. Additional uses include regular "Structure Packing" such as RGB pixel data extraction and reforming. -- 2.30.2