Switch poly1305-armv4.pl to named constants.
See https://rt.openssl.org/Ticket/Display.html?id=4341. Change-Id: Ied39744dcf557e4267c7a84d6f95d78a691084e1 Reviewed-on: https://boringssl-review.googlesource.com/7225 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
f28caea521
commit
6234a7f3a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user