From a285992763f3961f69a8d86bf7dfff020a08cef9 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 6 Dec 2015 22:02:39 +0100 Subject: ARMv4 assembly pack: allow Thumb2 even in iOS build, and engage it in most modules. Reviewed-by: Tim Hudson --- crypto/modes/asm/ghash-armv4.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/modes/asm') diff --git a/crypto/modes/asm/ghash-armv4.pl b/crypto/modes/asm/ghash-armv4.pl index 245ac921d2..0d5b8ef3a7 100644 --- a/crypto/modes/asm/ghash-armv4.pl +++ b/crypto/modes/asm/ghash-armv4.pl @@ -136,7 +136,7 @@ $code=<<___; #include "arm_arch.h" .text -#if defined(__thumb2__) && !defined(__APPLE__) +#if defined(__thumb2__) .syntax unified .thumb #else -- cgit v1.2.3