From b3643beeab801d44f9584fa8d68888d42908279d Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 21 Apr 2022 18:51:38 +0100 Subject: [PATCH] --- openpower/sv/biginteger/analysis.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2