Module Name:    src
Committed By:   christos
Date:           Sun Jan  8 21:36:05 UTC 2017

Modified Files:
        src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl

Log Message:
Switch to eax


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl
diff -u src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl:1.5 src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl:1.6
--- src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl:1.5	Sat Jan  7 20:55:49 2017
+++ src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl	Sun Jan  8 16:36:04 2017
@@ -167,8 +167,8 @@ $code.=<<___;
 .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
 

Reply via email to