This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
PPC: gas-preprocessor handles m[ft]spr shorthands
Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
fe3d2e4b02
commit
deca86eab1
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
libavcodec/ppc/fft_altivec_s.S
+ 0
- 5
libavcodec/ppc/fft_altivec_s.S
View File
@@ -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
Write
Preview
Loading…
Cancel
Save