Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-04 22:33:43 +0400
committerMåns Rullgård <mans@mansr.com>2010-07-04 22:33:43 +0400
commitdeca86eab1623b3391b7113b4ac6e74b8408639d (patch)
tree0c37fdecd82083b40a1b58bfa497eb87c2fb26a3 /libavcodec/ppc/fft_altivec_s.S
parentfe3d2e4b02155d67805f3d3cf54231278d56719c (diff)
PPC: gas-preprocessor handles m[ft]spr shorthands
Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/fft_altivec_s.S')
-rw-r--r--libavcodec/ppc/fft_altivec_s.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/ppc/fft_altivec_s.S b/libavcodec/ppc/fft_altivec_s.S
index 4c265c554e..e6af50f90f 100644
--- a/libavcodec/ppc/fft_altivec_s.S
+++ b/libavcodec/ppc/fft_altivec_s.S
@@ -40,11 +40,6 @@
.text
-/* Apple gas doesn't support this shorthand */
-.macro mtctr rx
- mtspr 9, \rx
-.endm
-
.macro addi2 ra, imm // add 32-bit immediate
.if \imm & 0xffff
addi \ra, \ra, \imm@l