From: lkcl Date: Thu, 21 Apr 2022 17:51:38 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2637 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3643beeab801d44f9584fa8d68888d42908279d;p=libreriscv.git --- diff --git a/openpower/sv/biginteger/analysis.mdwn b/openpower/sv/biginteger/analysis.mdwn index ed78329c8..d19fffe6f 100644 --- a/openpower/sv/biginteger/analysis.mdwn +++ b/openpower/sv/biginteger/analysis.mdwn @@ -85,7 +85,7 @@ This is not that different from a Scalar Big-Int add, it is just that like all Cray-style Vectorisation, a variable number of elements are covered by one instruction. Of interest to people unfamiliar with Cray-style Vectors: if VL is not -permitted to exceed 1 (MAXVL set to 1) then the above +permitted to exceed 1 (because MAXVL is set to 1) then the above actually becomes a Scalar Big-Int add algorithm. # Multiply