projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad33eb
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 18 May 2023 14:51:56 +0000
(15:51 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 18 May 2023 14:51:56 +0000
(15:51 +0100)
simple_v_extension/daxpy_example.mdwn
patch
|
blob
|
history
diff --git
a/simple_v_extension/daxpy_example.mdwn
b/simple_v_extension/daxpy_example.mdwn
index 2958be48669af07b0360f1554ec68f502ad51559..afbba84808ff2abd0857af5fe30b7e3e5b4967fa 100644
(file)
--- a/
simple_v_extension/daxpy_example.mdwn
+++ b/
simple_v_extension/daxpy_example.mdwn
@@
-75,6
+75,8
@@
Summary: 12 instructions, 7 32-bit and 5 16-bit for a total of 9.5 "words"
# SVE Version
+Summary: 12 instructions, all 32-bit, for a total of 12 "words"
+
```
1 // x0 = &x[0], x1 = &y[0], x2 = &a, x3 = &n
2 daxpy_: