From bdbd3aea590e45d52c7b120ea6eaff38295b5011 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 23 Feb 2016 11:41:55 -0500 Subject: 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 Reviewed-by: Rich Salz --- crypto/poly1305/asm/poly1305-armv4.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/poly1305') diff --git a/crypto/poly1305/asm/poly1305-armv4.pl b/crypto/poly1305/asm/poly1305-armv4.pl index 65b79cf124..86a6070bf4 100755 --- a/crypto/poly1305/asm/poly1305-armv4.pl +++ b/crypto/poly1305/asm/poly1305-armv4.pl @@ -108,7 +108,7 @@ poly1305_init: and r5,r5,r3 #if __ARM_MAX_ARCH__>=7 - tst r12,#1 @ check for NEON + tst r12,#ARMV7_NEON @ check for NEON # ifdef __APPLE__ adr r9,poly1305_blocks_neon adr r11,poly1305_blocks -- cgit v1.2.1