From ba53071acbf98fb61542f8c183a7f0dcbed2b28c Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Fri, 11 May 2007 03:29:06 +0000 Subject: [PATCH] 10l, r8991 broke mmx1 sad Originally committed as revision 8993 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/motion_est_mmx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/i386/motion_est_mmx.c b/libavcodec/i386/motion_est_mmx.c index b6998f67b5..e280b34d70 100644 --- a/libavcodec/i386/motion_est_mmx.c +++ b/libavcodec/i386/motion_est_mmx.c @@ -337,6 +337,7 @@ static int sad8_x2_ ## suf(void *v, uint8_t *blk2, uint8_t *blk1, int stride, in assert(h==8);\ asm volatile("pxor %%mm7, %%mm7 \n\t"\ "pxor %%mm6, %%mm6 \n\t"\ + "movq %0, %%mm5 \n\t"\ :: "m"(round_tab[1]) \ );\ \