Commit eafab1d0 authored by lorenm's avatar lorenm

10l, r8991 broke mmx1 sad


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8993 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f04b162a
...@@ -337,6 +337,7 @@ static int sad8_x2_ ## suf(void *v, uint8_t *blk2, uint8_t *blk1, int stride, in ...@@ -337,6 +337,7 @@ static int sad8_x2_ ## suf(void *v, uint8_t *blk2, uint8_t *blk1, int stride, in
assert(h==8);\ assert(h==8);\
asm volatile("pxor %%mm7, %%mm7 \n\t"\ asm volatile("pxor %%mm7, %%mm7 \n\t"\
"pxor %%mm6, %%mm6 \n\t"\ "pxor %%mm6, %%mm6 \n\t"\
"movq %0, %%mm5 \n\t"\
:: "m"(round_tab[1]) \ :: "m"(round_tab[1]) \
);\ );\
\ \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment