Hi,

On Wed, Aug 1, 2012 at 10:53 AM, Diego Biurrun <di...@biurrun.de> wrote:
> --- a/libavcodec/x86/fft_mmx.asm
[..]
> -%elifidn %1, %2
> -    movd [r0+12], %1
> -    punpckhdq %1, [r0+8]
> -%else

If you remove this macro from this file, the callers with %1==%2 need
to use the code directly, or call a different macro (e.g.
PSWAPD_INPLACE)

> +%macro PSWAPD 2
> +%if cpuflag(sse)
> +    pshufw %1, %2, 0x4e

As Loren said earlier, this is mmx2, not sse.

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to