From c36965d9d392081367b972f522e4bb335a86903e Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 5 May 2023 23:22:15 +0100 Subject: [PATCH] --- openpower/sv/svstep.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openpower/sv/svstep.mdwn b/openpower/sv/svstep.mdwn index 87a3c6b48..7bb23724c 100644 --- a/openpower/sv/svstep.mdwn +++ b/openpower/sv/svstep.mdwn @@ -142,7 +142,9 @@ is not specifying a Sub-vector qualifier at all, but it is critically important to note that operations will be repeated. For example if `sv.svstep/vec2` is used on `sv.addi` then each Vector element operation is -repeated twice. +repeated twice. The reason is that whilst svstep will be +iterating through both the SUBVL and VL loops, the addi instruction +only uses `srcstep` and `dststep`. ------------- -- 2.30.2