From 6557b5d67949bc26d50138739e3688b7a6f34117 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 15 Oct 2023 18:18:35 +0100 Subject: [PATCH] --- simple_v_extension/daxpy_example.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ]] -- 2.30.2