[FFmpeg-devel] [PATCH] h264: mark xmm registers as clobbered in h264 qpel sse functions

Ronald S. Bultje rsbultje
Mon Oct 25 14:36:51 CEST 2010


Hi,

On Mon, Oct 25, 2010 at 7:20 AM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
> Patch attached for this case (and the similar mmx function).

Can/should ff_pw_5 etc. be "inlined" in the code so it will also work
with PIC on broken compilers?

I believe that's done by using MANGLE(ff_pw_5) or so inside the code
where-ever it is used, instead of making it an argument at the end of
the asm code block.

Ronald



More information about the ffmpeg-devel mailing list