[Ffmpeg-cvslog] r7907 - trunk/libavcodec/i386/dsputil_h264_template_mmx.c

Guillaume POIRIER poirierg
Sat Feb 10 15:48:50 CET 2007


Hi,

On 2/10/07, reimar <subversion at mplayerhq.hu> wrote:
> Author: reimar
> Date: Sat Feb 10 14:33:08 2007
> New Revision: 7907
>
> Modified:
>    trunk/libavcodec/i386/dsputil_h264_template_mmx.c
>
> Log:
> Minor AMD64 compilation fix
>
>
> Modified: trunk/libavcodec/i386/dsputil_h264_template_mmx.c
> ==============================================================================
> --- trunk/libavcodec/i386/dsputil_h264_template_mmx.c   (original)
> +++ trunk/libavcodec/i386/dsputil_h264_template_mmx.c   Sat Feb 10 14:33:08 2007
> @@ -285,7 +285,7 @@
>
>      asm volatile(
>          "1:\n\t"
> -        "addl %4, %1\n\t"
> +        "add %4, %1\n\t"
>          /* mm1 = A * src[0,1] + B * src[1,2] */
>          "movq    %%mm0, %%mm1\n\t"
>          "pmaddwd %%mm5, %%mm1\n\t"

Thanks for the fix. No wonder I didn't find where the addl that
triggered that darn "Incorrect register `xxi' used with `l' suffix,
since I was grepping the wrong file :-(

Guillaume




More information about the ffmpeg-cvslog mailing list