mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-12 09:39:46 +00:00
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
they are. Hopefully fixes some FATE errors, too. Originally committed as revision 18326 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
531a3d2721
commit
d7460a9cac
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user