From 227f8ccffa79526ba4badd39d3286d37bc91eaf8 Mon Sep 17 00:00:00 2001 From: patrick <> Date: Wed, 4 Jan 2017 16:52:26 +0000 Subject: Remove superfluous datatype that is 32 by default. Clang complains about it and it's ok to remove it. This only came up as our clang is targeted at armv7 which enables the NEON instructions. ok kettenis@ --- src/lib/libcrypto/bn/asm/armv4-gf2m.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libcrypto/bn/asm/armv4-gf2m.pl b/src/lib/libcrypto/bn/asm/armv4-gf2m.pl index c52e0b75b5..8915924641 100644 --- a/src/lib/libcrypto/bn/asm/armv4-gf2m.pl +++ b/src/lib/libcrypto/bn/asm/armv4-gf2m.pl @@ -174,7 +174,7 @@ bn_GF2m_mul_2x2: beq .Lialu veor $A1,$A1 - vmov.32 $B1,r3,r3 @ two copies of b1 + vmov $B1,r3,r3 @ two copies of b1 vmov.32 ${A1}[0],r1 @ a1 veor $A0,$A0 -- cgit v1.2.3-55-g6feb