git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3d2e4
)
PPC: gas-preprocessor handles m[ft]spr shorthands
author
Måns Rullgård
<mans@mansr.com>
Sun, 4 Jul 2010 18:33:43 +0000
(18:33 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 4 Jul 2010 18:33:43 +0000
(18:33 +0000)
Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/fft_altivec_s.S
patch
|
blob
|
history
diff --git
a/libavcodec/ppc/fft_altivec_s.S
b/libavcodec/ppc/fft_altivec_s.S
index
4c265c5
..
e6af50f
100644
(file)
--- 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