Commit a5dc149d authored by mru's avatar mru

ARM: remove unnecessary .fpu neon directives

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20151 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4ed3845a
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include "asm.S" #include "asm.S"
preserve8 preserve8
.fpu neon
.text .text
.macro pixels16 avg=0 .macro pixels16 avg=0
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#include "asm.S" #include "asm.S"
.fpu neon
.macro transpose_8x8 r0 r1 r2 r3 r4 r5 r6 r7 .macro transpose_8x8 r0 r1 r2 r3 r4 r5 r6 r7
vtrn.32 \r0, \r4 vtrn.32 \r0, \r4
vtrn.32 \r1, \r5 vtrn.32 \r1, \r5
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include "asm.S" #include "asm.S"
preserve8 preserve8
.fpu neon
.text .text
function ff_h264_idct_add_neon, export=1 function ff_h264_idct_add_neon, export=1
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "asm.S" #include "asm.S"
.fpu neon
.text .text
#define ff_fft_calc_neon X(ff_fft_calc_neon) #define ff_fft_calc_neon X(ff_fft_calc_neon)
......
...@@ -45,8 +45,6 @@ ...@@ -45,8 +45,6 @@
#define w7 d1[2] #define w7 d1[2]
#define w4c d1[3] #define w4c d1[3]
.fpu neon
.macro idct_col4_top .macro idct_col4_top
vmull.s16 q7, d6, w2 /* q9 = W2 * col[2] */ vmull.s16 q7, d6, w2 /* q9 = W2 * col[2] */
vmull.s16 q8, d6, w6 /* q10 = W6 * col[2] */ vmull.s16 q8, d6, w6 /* q10 = W6 * col[2] */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment