]> git.ipfire.org Git - thirdparty/openssl.git/commit
Consistently use arm_arch.h constants in armcap assembly code.
authorDavid Benjamin <davidben@google.com>
Tue, 23 Feb 2016 16:41:55 +0000 (11:41 -0500)
committerAndy Polyakov <appro@openssl.org>
Wed, 2 Mar 2016 11:57:28 +0000 (12:57 +0100)
commitbdbd3aea590e45d52c7b120ea6eaff38295b5011
tree70fa79f287cb3d6913fa3d55d44af02681eca96f
parent359aa38fbeecd920a60c739c64cda06fe295684f
Consistently use arm_arch.h constants in armcap assembly code.

Most of the assembly uses constants from arm_arch.h, but a few references to
ARMV7_NEON don't. Consistently use the macros everywhere.

Signed-off-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/bn/asm/armv4-mont.pl
crypto/chacha/asm/chacha-armv4.pl
crypto/poly1305/asm/poly1305-armv4.pl
crypto/sha/asm/sha512-armv4.pl