Commit 3bf9456c authored by michael's avatar michael

100l for myself (breaking amd64)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4336 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f8f8457e
......@@ -675,13 +675,13 @@ void ff_h264_idct_add_mmx2(uint8_t *dst, int16_t *block, int stride)
asm volatile(
STORE_DIFF_4P( %%mm0, %%mm1, %%mm7)
"addl %1, %0 \n\t"
"add %1, %0 \n\t"
STORE_DIFF_4P( %%mm2, %%mm1, %%mm7)
"addl %1, %0 \n\t"
"add %1, %0 \n\t"
STORE_DIFF_4P( %%mm3, %%mm1, %%mm7)
"addl %1, %0 \n\t"
"add %1, %0 \n\t"
STORE_DIFF_4P( %%mm4, %%mm1, %%mm7)
: "+r"(dst)
: "r" (stride)
: "r" ((long)stride)
);
}
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