[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gcrypt-devel
Subject:    [PATCH] Fix use of AVX instruction in SHA1/SSSE3 assembly
From:       Jussi Kivilinna via Gcrypt-devel <gcrypt-devel () gnupg ! org>
Date:       2019-07-18 13:44:25
Message-ID: 156345746535.16647.17631891318605106487.stgit () localhost ! localdomain
[Download RAW message or body]

* cipher/sha1-ssse3-amd64.S: Replace 'vmovdqa' with 'movdqa'
instruction.
--

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
---
 0 files changed

diff --git a/cipher/sha1-ssse3-amd64.S b/cipher/sha1-ssse3-amd64.S
index 7e32b0f4b..db62928ad 100644
--- a/cipher/sha1-ssse3-amd64.S
+++ b/cipher/sha1-ssse3-amd64.S
@@ -401,7 +401,7 @@ _gcry_sha1_transform_amd64_ssse3:
   R( b, c, d, e, a, F4, 79 );
 
   /* 16*4/16-1 = 3 */
-  vmovdqa Wtmp0, (3*16)(%rsp);
+  movdqa Wtmp0, (3*16)(%rsp);
 
   /* Update the chaining variables. */
   addl state_h3(RSTATE), d;


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic