projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd85fc
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 23 Jul 2022 15:04:35 +0000
(16:04 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 23 Jul 2022 15:04:35 +0000
(16:04 +0100)
openpower/sv/biginteger/analysis.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/biginteger/analysis.mdwn
b/openpower/sv/biginteger/analysis.mdwn
index 7eef6c1251788f347b9228bced0a40a7e91a9c74..3d8bdbe058b1c82a2cf9eac6dee4a7fc3412ee7f 100644
(file)
--- a/
openpower/sv/biginteger/analysis.mdwn
+++ b/
openpower/sv/biginteger/analysis.mdwn
@@
-28,7
+28,9
@@
making it easy to demonstrate how they would be Vectorised.
The basic principle behind Knuth's algorithms is to break the
problem down into a single scalar op against a Vector operand.
-This fits extremely well with SVP64.
+*This fits naturally with a Scalable Vector ISA such as SVP64*.
+It only remains to exploit Carry (1-bit and 64-bit) in a Scalable Vector
+context and the picture is complete.
Links