From ccaa09f06f7d0fe6ac04f4b0fbb7841df8a7d7c5 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 18 May 2023 15:51:56 +0100 Subject: [PATCH] --- simple_v_extension/daxpy_example.mdwn | 2 ++ 1 file changed, 2 insertions(+) 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_: -- 2.30.2