ARM: added '.arch armv7a' directive to NEON assembly file
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Tue, 8 Dec 2009 06:52:34 +0000 (08:52 +0200)
committerSiarhei Siamashka <siarhei.siamashka@nokia.com>
Tue, 8 Dec 2009 06:52:34 +0000 (08:52 +0200)
This fix prevents build failure due to not accepting PLD instruction when
compiling for armv4 cpu with the relevant -mcpu/-march options set in CFLAGS.

pixman/pixman-arm-neon-asm.S

index e8ccf77..e66fb86 100644 (file)
@@ -41,6 +41,7 @@
 
     .text
     .fpu neon
+    .arch armv7a
     .altmacro
 
 #include "pixman-arm-neon-asm.h"