diff options
author | Mans Rullgard <mans@mansr.com> | 2011-11-22 16:53:18 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-11-23 15:06:50 +0000 |
commit | 3a0b72dee0d92470cd8bd986dd419e387c7cf5ec (patch) | |
tree | 6736614d5c616a722af045bb9532cf02498db183 /libavcodec/arm/fft_neon.S | |
parent | 963f6855356fa527a27b08b55e026f683a12cebc (diff) | |
download | ffmpeg-3a0b72dee0d92470cd8bd986dd419e387c7cf5ec.tar.gz |
ARM: remove needless .text/.align directives
The 'function' macro already includes the appropriate
directives.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/fft_neon.S')
-rw-r--r-- | libavcodec/arm/fft_neon.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/arm/fft_neon.S b/libavcodec/arm/fft_neon.S index b79a2dc265..a45898592e 100644 --- a/libavcodec/arm/fft_neon.S +++ b/libavcodec/arm/fft_neon.S @@ -28,7 +28,6 @@ #define M_SQRT1_2 0.70710678118654752440 - .text function fft4_neon vld1.32 {d0-d3}, [r0,:128] |