(no commit message)
authorlkcl <lkcl@web>
Sun, 15 Oct 2023 17:18:35 +0000 (18:18 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 15 Oct 2023 17:18:35 +0000 (18:18 +0100)
simple_v_extension/daxpy_example.mdwn

index 2c455efa24ce3477f132a5104f783d11365b1690..86b2fc2ca8a374b7b148aea0b08268bd5e6014e0 100644 (file)
@@ -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 ]]