From: lkcl Date: Mon, 5 Sep 2022 15:28:20 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~675 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=712bf31cce1101523740cbc02429eeec889fc193;p=libreriscv.git --- diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 92e3dfc59..7362d4f79 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -288,7 +288,9 @@ Critical to note regarding use of Parallel-Reduction REMAP is that, exactly as with Matrix Mode, the `svshape` instruction *requests* a certain Vector Length (number of elements to reduce) and then sets VL and MAXVL at the number of **operations** needed to be -carried out. +carried out. Thus, equally as importantly, the total number of operations +is restricted to 127. Any Parallel-Reduction requiring more operations +will need to be done manually. **Parallel-Reduction with Predication**