projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4bd4fb
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 15 Oct 2023 17:18:35 +0000
(18:18 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 15 Oct 2023 17:18:35 +0000
(18:18 +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 2c455efa24ce3477f132a5104f783d11365b1690..86b2fc2ca8a374b7b148aea0b08268bd5e6014e0 100644
(file)
--- a/
simple_v_extension/daxpy_example.mdwn
+++ b/
simple_v_extension/daxpy_example.mdwn
@@
-1,3
+1,9
@@
+# daxpy
+
+This is a standard textbook algorithm demonstration for Vector and SIMD ISAs.
+
+<https://bugs.libre-soc.org/show_bug.cgi?id=1117>
+
# c code
```
@@
-127,3
+133,5
@@
and understand.
15 b.first .loop // more to do?
16 ret
```
+
+[[!tag svp64_cookbook ]]