Commit b986e60e authored by arpi's avatar arpi

added (f)emms


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2237 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 0b1a56a0
......@@ -644,6 +644,13 @@ YSCALEYUV2RGB
g16Dither2= g16Dither;
}
#ifdef HAVE_3DNOW
asm volatile("femms");
#elif defined (HAVE_MMX)
asm volatile("emms");
#endif
}
......
......@@ -644,6 +644,13 @@ YSCALEYUV2RGB
g16Dither2= g16Dither;
}
#ifdef HAVE_3DNOW
asm volatile("femms");
#elif defined (HAVE_MMX)
asm volatile("emms");
#endif
}
......
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