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/dist/crypto/bn/asm Switch to eax
details: https://anonhg.NetBSD.org/src/rev/1929a6647e42
branches: trunk
changeset: 350263:1929a6647e42
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 08 21:36:04 2017 +0000
description:
Switch to eax
diffstat:
crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 19028a465723 -r 1929a6647e42 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl
--- a/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl Sun Jan 08 21:34:23 2017 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl Sun Jan 08 21:36:04 2017 +0000
@@ -167,8 +167,8 @@
.type bn_GF2m_mul_2x2,\@abi-omnipotent
.align 16
bn_GF2m_mul_2x2:
- mov OPENSSL_ia32cap_P+4(%rip),%rax
- bt \$1,%rax # check PCLMULQDQ bit
+ mov OPENSSL_ia32cap_P+4(%rip),%eax
+ bt \$1,%eax # check PCLMULQDQ bit
jnc .Lvanilla_mul_2x2
Home |
Main Index |
Thread Index |
Old Index