diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-02 19:35:07 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-02 19:35:07 +0000 |
commit | fd818a21c72863e921761918ee24213e0446cd85 (patch) | |
tree | 5dd9bd807fa862049c7089c7898bd49063db5f18 /libavcodec/arm | |
parent | 43d160fd00b9dfaf63e70d891eb44acdb18a251b (diff) | |
download | ffmpeg-fd818a21c72863e921761918ee24213e0446cd85.tar.gz |
ARM: use undocumented .syntax directive to enable UAL syntax
Originally committed as revision 20150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm')
-rw-r--r-- | libavcodec/arm/dsputil_vfp.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |