Commit 8b4b2ddf authored by Michael Niedermayer's avatar Michael Niedermayer

sws: x86_32 fix

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 76a34906
......@@ -76,7 +76,7 @@ static void RENAME(yuv2yuvX)(const int16_t *filter, int filterSize,
"psraw $4, %%mm4\n\t"
"movq %%mm3, %%mm6\n\t"
"movq %%mm4, %%mm7\n\t"
"movslq %3, %%"REG_c"\n\t"
"movl %3, %%ecx\n\t"
"mov %0, %%"REG_d" \n\t"\
"mov (%%"REG_d"), %%"REG_S" \n\t"\
".p2align 4 \n\t" /* FIXME Unroll? */\
......
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