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/a7eb2ecf542d
branches: trunk
changeset: 350283:a7eb2ecf542d
user: gson <gson%NetBSD.org@localhost>
date: Mon Jan 09 17:41:03 2017 +0000
description:
regen (actually, hand-edited, but the changes should be identical)
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r dd761d358f5f -r a7eb2ecf542d 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 Mon Jan 09 17:36:24 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S Mon Jan 09 17:41:03 2017 +0000
@@ -202,9 +202,8 @@
.type bn_GF2m_mul_2x2,@function
.align 16
bn_GF2m_mul_2x2:
- movl OPENSSL_ia32cap_P+4(%rip),%eax
- btl $1,%eax
-
+ movq OPENSSL_ia32cap_P(%rip),%rax
+ btq $33,%rax
jnc .Lvanilla_mul_2x2
.byte 102,72,15,110,198
Home |
Main Index |
Thread Index |
Old Index