diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-02 19:35:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-02 19:35:12 +0000 |
commit | b44c6d8edb442fb976030dc970b4153bd57c423e (patch) | |
tree | 7f8670f23c6be4b6b7e96f8b214009e14113a6b8 /libavcodec/arm/h264dsp_neon.S | |
parent | fd818a21c72863e921761918ee24213e0446cd85 (diff) | |
download | ffmpeg-b44c6d8edb442fb976030dc970b4153bd57c423e.tar.gz |
ARM: remove unnecessary .fpu neon directives
Originally committed as revision 20151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/h264dsp_neon.S')
-rw-r--r-- | libavcodec/arm/h264dsp_neon.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/arm/h264dsp_neon.S b/libavcodec/arm/h264dsp_neon.S index 03e21f1864..78f312d758 100644 --- a/libavcodec/arm/h264dsp_neon.S +++ b/libavcodec/arm/h264dsp_neon.S @@ -20,8 +20,6 @@ #include "asm.S" - .fpu neon - .macro transpose_8x8 r0 r1 r2 r3 r4 r5 r6 r7 vtrn.32 \r0, \r4 vtrn.32 \r1, \r5 |