projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35391ca
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 21 Apr 2022 17:51:38 +0000
(18:51 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 21 Apr 2022 17:51:38 +0000
(18:51 +0100)
openpower/sv/biginteger/analysis.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/biginteger/analysis.mdwn
b/openpower/sv/biginteger/analysis.mdwn
index ed78329c85585fca22092786aebbccbba3d47074..d19fffe6f4cb0547445b26896de37680a4fed5b7 100644
(file)
--- 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