[FFmpeg-devel] [PATCH] split-radix FFT

Loren Merritt lorenm
Tue Jul 29 15:36:06 CEST 2008


On Tue, 29 Jul 2008, Michael Niedermayer wrote:
>
> Also if i use MANGLE to access the 2 root2 globals things clear up a bit in
> the code generated, so i would suggest that to be done at least, even if
> the asm stays split up.

If we don't actually require the output to be position independent, isn't 
the simpler solution to not compile with -fPIC? Or are we doing some sort 
of informed trade-off where only the most cpu-intensive functions get 
textrels?
On a related note, does this mean that when I commit yasm stuff, 
I shouldn't bother to support PIC on x86_32?

--Loren Merritt




More information about the ffmpeg-devel mailing list