Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 regen



details:   https://anonhg.NetBSD.org/src/rev/1dd183765e5d
branches:  trunk
changeset: 820406:1dd183765e5d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 08 21:36:24 2017 +0000

description:
regen

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 9170febb1799 -r 1dd183765e5d crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S       Sun Jan 08 21:36:04 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S       Sun Jan 08 21:36:24 2017 +0000
@@ -202,8 +202,8 @@
 .type  bn_GF2m_mul_2x2,@function
 .align 16
 bn_GF2m_mul_2x2:
-       movq    OPENSSL_ia32cap_P+4(%rip),%rax
-       btq     $1,%rax
+       movl    OPENSSL_ia32cap_P+4(%rip),%eax
+       btl     $1,%eax
 
        jnc     .Lvanilla_mul_2x2
 



Home | Main Index | Thread Index | Old Index