From: lkcl Date: Thu, 18 May 2023 14:51:56 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccaa09f06f7d0fe6ac04f4b0fbb7841df8a7d7c5;p=libreriscv.git --- diff --git a/simple_v_extension/daxpy_example.mdwn b/simple_v_extension/daxpy_example.mdwn index 2958be486..afbba8480 100644 --- 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_: