(no commit message)
authorlkcl <lkcl@web>
Thu, 21 Apr 2022 17:51:38 +0000 (18:51 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 21 Apr 2022 17:51:38 +0000 (18:51 +0100)
openpower/sv/biginteger/analysis.mdwn

index ed78329c85585fca22092786aebbccbba3d47074..d19fffe6f4cb0547445b26896de37680a4fed5b7 100644 (file)
@@ -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