• Måns Rullgård's avatar
    PPC: convert Altivec FFT to pure assembler · a46b84d1
    Måns Rullgård authored
    On PPC a leaf function has a 288-byte red zone below the stack pointer,
    sparing these functions the chore of setting up a full stack frame.
    
    When a function call is disguised within an inline asm block, the
    compiler might not adjust the stack pointer as required before a
    function call, resulting in the red zone being clobbered.
    
    Moving the entire function to pure asm avoids this problem and also
    results in somewhat better code.
    
    Originally committed as revision 24044 to svn://svn.ffmpeg.org/ffmpeg/trunk
    a46b84d1
fft_altivec.c 4.8 KB