Hi,

On Wed, Aug 1, 2012 at 5:30 AM, Diego Biurrun <di...@biurrun.de> wrote:
> ---
>  libavcodec/x86/fft_mmx.asm    |   19 ++++---------------
>  libavcodec/x86/fmtconvert.asm |   17 ++---------------
>  libavutil/x86/x86util.asm     |   12 ++++++++++++
>  3 files changed, 18 insertions(+), 30 deletions(-)
>
> diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm
> index cf38716..a409850 100644
> --- a/libavcodec/x86/fft_mmx.asm
> +++ b/libavcodec/x86/fft_mmx.asm
> @@ -105,7 +105,8 @@ SECTION_TEXT
>      pfadd    %5, %4 ; {t6,t5}
>      pxor     %3, [ps_m1p1] ; {t8,t7}
>      mova     %6, %1
> -    pswapd   %3, %3
> +    movd [r0+12], %3
> +    punpckhdq %3, [r0+8]

Needs rebase?

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

Reply via email to