Commit fffd2e0a authored by Arpi's avatar Arpi

added (f)emms

Originally committed as revision 2237 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent e72c545c
...@@ -644,6 +644,13 @@ YSCALEYUV2RGB ...@@ -644,6 +644,13 @@ YSCALEYUV2RGB
g16Dither2= g16Dither; g16Dither2= g16Dither;
} }
#ifdef HAVE_3DNOW
asm volatile("femms");
#elif defined (HAVE_MMX)
asm volatile("emms");
#endif
} }
......
...@@ -644,6 +644,13 @@ YSCALEYUV2RGB ...@@ -644,6 +644,13 @@ YSCALEYUV2RGB
g16Dither2= g16Dither; 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