projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b819101
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 21 Apr 2022 08:20:02 +0000
(09:20 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 21 Apr 2022 08:20:02 +0000
(09:20 +0100)
openpower/sv/biginteger.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/biginteger.mdwn
b/openpower/sv/biginteger.mdwn
index 52735f50c4dd21e1a03acd37c43c2d479bd997f6..38ba735e79e6aa4b85cb4b21574f3bfa1f152d22 100644
(file)
--- a/
openpower/sv/biginteger.mdwn
+++ b/
openpower/sv/biginteger.mdwn
@@
-20,7
+20,7
@@
Dynamic SIMD ALUs for maximum performance and effectiveness.
# Analysis
-Covered in [[analysis]] the summary is that standard `adde` is sufficient
+Covered in [[
biginteger/
analysis]] the summary is that standard `adde` is sufficient
for SVP64 Vectorisation, but that big-integer multiply and divide
require two extra 3-in 2-out instructions, similar to Intel's `mulx`.