summaryrefslogtreecommitdiff
path: root/libavcodec/arm/simple_idct_neon.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-10-02 19:35:12 +0000
committerMåns Rullgård <mans@mansr.com>2009-10-02 19:35:12 +0000
commitb44c6d8edb442fb976030dc970b4153bd57c423e (patch)
tree7f8670f23c6be4b6b7e96f8b214009e14113a6b8 /libavcodec/arm/simple_idct_neon.S
parentfd818a21c72863e921761918ee24213e0446cd85 (diff)
ARM: remove unnecessary .fpu neon directives
Originally committed as revision 20151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/simple_idct_neon.S')
-rw-r--r--libavcodec/arm/simple_idct_neon.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/arm/simple_idct_neon.S b/libavcodec/arm/simple_idct_neon.S
index 08824812fa..4c329d8500 100644
--- a/libavcodec/arm/simple_idct_neon.S
+++ b/libavcodec/arm/simple_idct_neon.S
@@ -45,8 +45,6 @@
#define w7 d1[2]
#define w4c d1[3]
- .fpu neon
-
.macro idct_col4_top
vmull.s16 q7, d6, w2 /* q9 = W2 * col[2] */
vmull.s16 q8, d6, w6 /* q10 = W6 * col[2] */