From 9e1bfede2c5a543912dc3adc0757b1a5cb7d0481 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 24 May 2023 13:35:23 +0100 Subject: [PATCH] --- simple_v_extension/daxpy_example.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_v_extension/daxpy_example.mdwn b/simple_v_extension/daxpy_example.mdwn index 7f4ca8e37..5acea7e9f 100644 --- a/simple_v_extension/daxpy_example.mdwn +++ b/simple_v_extension/daxpy_example.mdwn @@ -21,7 +21,7 @@ Relies on post-increment, relies on no overlap between x and y in memory, and critically relies on y overwrite. x is post-incremented when read, but y is post-incremented on write. Element-Strided ensures the Immediate (8) results in a contiguous LD (or store) -despite RA being marked Scalar (without* modifying RA, on `sv.lfd/els`). +despite RA being marked Scalar (*without* modifying RA, on `sv.lfd/els`). For `sv.lfdup`, RA is Scalar so that only one LD/ST Update "wins": the last write to RA is the address for the next block. -- 2.30.2