1
0
Fork 0

EMMS instruction after the mmx scale2x

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1309
This commit is contained in:
Sjoerd van der Berg 2003-10-11 10:02:47 +00:00
parent bc9a553783
commit a870f5d6cf

View file

@ -495,6 +495,8 @@ static __inline__ void scale2x_8_mmx_single(scale2x_uint8* dst, const scale2x_ui
"movq %%mm2,(%3)\n"
"movq %%mm3,8(%3)\n"
"emms"
: "+r" (src0), "+r" (src1), "+r" (src2), "+r" (dst), "+r" (count)
:
: "cc"