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 e8ccf77a986e1bf0c0e58291331a81987523bb42..e66fb8658c5f8a7b73f40a6a55d756bca0189f83 100644 (file)
@@ -41,6 +41,7 @@
 
     .text
     .fpu neon
+    .arch armv7a
     .altmacro
 
 #include "pixman-arm-neon-asm.h"