projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb0c02
)
add reworded version of section just removed, without duplicates
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 20 Jun 2022 19:44:09 +0000
(20:44 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 20 Jun 2022 19:44:09 +0000
(20:44 +0100)
svp64-primer/summary.tex
patch
|
blob
|
history
diff --git
a/svp64-primer/summary.tex
b/svp64-primer/summary.tex
index f81893585a9306b81a275d3b549ff6b29c1c65d7..9a9f75f60bf8bae746b647bd514e50bb36efa48e 100644
(file)
--- a/
svp64-primer/summary.tex
+++ b/
svp64-primer/summary.tex
@@
-193,5
+193,9
@@
Advantages include:
\item Obliterates SIMD opcode proliferation
($O(N^6)$) as well as dedicated Vectorisation
ISAs. No more separate vector instructions.
+ \item Reducing maintenance overhead (no separate Vector instructions).
+ Adding a Scalar instruction automatically gains a Vectorised
+ version.
+ \item Easier for compilers, coders, documentation
\end{itemize}