From: lkcl Date: Sun, 15 Oct 2023 17:18:35 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6557b5d67949bc26d50138739e3688b7a6f34117;p=libreriscv.git --- diff --git a/simple_v_extension/daxpy_example.mdwn b/simple_v_extension/daxpy_example.mdwn index 2c455efa2..86b2fc2ca 100644 --- 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. + + + # c code ``` @@ -127,3 +133,5 @@ and understand. 15 b.first .loop // more to do? 16 ret ``` + +[[!tag svp64_cookbook ]]