shithub: dav1d

Download patch

ref: 1dfda04f575a833f09a41a97eb3ddd064700aac0
parent: 93ab93dedcbe17fa9a5d4342d5ed6ec31bfd2bfc
author: Martin Storsjö <martin@martin.st>
date: Tue Feb 12 16:08:30 EST 2019

arm32: Set .arch armv7-a just like we already set .fpu neon

This should fix compilation with compilers that default to armv6, such
as on raspbian.

--- a/src/arm/asm.S
+++ b/src/arm/asm.S
@@ -33,6 +33,7 @@
 #if ARCH_ARM
     .syntax unified
 #ifdef __ELF__
+    .arch armv7-a
     .fpu neon
     .eabi_attribute 10, 0           // suppress Tag_FP_arch
     .eabi_attribute 12, 0           // suppress Tag_Advanced_SIMD_arch