[PATCH 2/2] blake2s-avx512: mark merged load as such

Jussi Kivilinna <[email protected]> Sat, 14 Jun 2025 09:13:42 +0300
Newsgroups gmane.comp.encryption.gpg.libgcrypt.devel
Message-ID <[email protected]>
* cipher/blake2s-amd64-avx512.S (GATHER_MSG_8): Add comment
on 'vmovq' that is is merged load.
--

Signed-off-by: Jussi Kivilinna <[email protected]>
---
 cipher/blake2s-amd64-avx512.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cipher/blake2s-amd64-avx512.S b/cipher/blake2s-amd64-avx512.S
index 7fd6fe77..26b08df0 100644
--- a/cipher/blake2s-amd64-avx512.S
+++ b/cipher/blake2s-amd64-avx512.S
@@ -166,7 +166,7 @@
                    s9, s10, s11, s12, s13, s14, s15) \
         vmovd (s0)*4(RINBLKS), m1; \
           vmovd (s1)*4(RINBLKS), m2; \
-            vmovq (s8)*4(RINBLKS), m3; \
+            vmovq (s8)*4(RINBLKS), m3; /* merged load */ \
               vmovd (s9)*4(RINBLKS), m4; \
         vpinsrd $1, (s2)*4(RINBLKS), m1, m1; \
           vpinsrd $1, (s3)*4(RINBLKS), m2, m2; \
-- 
2.48.1