(no commit message)
authorlkcl <lkcl@web>
Sun, 15 Oct 2023 17:20:58 +0000 (18:20 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 15 Oct 2023 17:20:58 +0000 (18:20 +0100)
simple_v_extension/daxpy_example.mdwn

index 55c49863b5568f6574b25dc2b69f6774d59e2a40..6316ca2abf0660f8feb90c13ba51649166ceb214 100644 (file)
@@ -36,8 +36,9 @@ is a new Draft set of instructions for the Scalar Subsets, which save
 having to pre-subtract an offset before running the loop.
 
 For `sv.lfdup`, RA is Scalar so continuously accumulates
-additions of the immediate (8):
-the last write to RA is the address for
+additions of the immediate (8) but only *after* RA has been used
+as the Effective Address.
+The last write to RA is the address for
 the next block (the next time round the CTR loop). 
 To understand this it is necessary to appreciate that
 SVP64 is as if a sequence of loop-unrolled scalar instructions were