Commit ad564efe authored by reimar's avatar reimar

Mark put_signed_pixels_clamped_mmx output operands as early-clobber because

they are. Hopefully fixes some FATE errors, too.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18326 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 059ce0d0
......@@ -304,7 +304,7 @@ void put_signed_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int li
put_signed_pixels_clamped_mmx_half(0)
"lea (%0, %3, 4), %0 \n\t"
put_signed_pixels_clamped_mmx_half(64)
:"+r" (pixels), "+r" (line_skip3)
:"+&r" (pixels), "+&r" (line_skip3)
:"r" (block), "r"(line_skip)
:"memory");
}
......
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