From fd818a21c72863e921761918ee24213e0446cd85 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 2 Oct 2009 19:35:07 +0000 Subject: ARM: use undocumented .syntax directive to enable UAL syntax Originally committed as revision 20150 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/arm/dsputil_vfp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/arm/dsputil_vfp.S') diff --git a/libavcodec/arm/dsputil_vfp.S b/libavcodec/arm/dsputil_vfp.S index 50cfd984a2..14fb86dd71 100644 --- a/libavcodec/arm/dsputil_vfp.S +++ b/libavcodec/arm/dsputil_vfp.S @@ -21,7 +21,7 @@ #include "config.h" #include "asm.S" - .fpu neon @ required for gas to accept UAL syntax + .syntax unified /* * VFP is a floating point coprocessor used in some ARM cores. VFP11 has 1 cycle * throughput for almost all the instructions (except for double precision -- cgit v1.2.3