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
commit
deca86eab1
1 changed files with 0 additions and 5 deletions
  1. +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


Loading…
Cancel
Save