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:
parent
bc9a553783
commit
a870f5d6cf
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue