added (f)emms

Originally committed as revision 2237 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Arpi 2001-10-17 11:57:11 +00:00
parent e72c545c93
commit fffd2e0ac2
2 changed files with 14 additions and 0 deletions

View File

@ -644,6 +644,13 @@ YSCALEYUV2RGB
g16Dither2= g16Dither;
}
#ifdef HAVE_3DNOW
asm volatile("femms");
#elif defined (HAVE_MMX)
asm volatile("emms");
#endif
}

View File

@ -644,6 +644,13 @@ YSCALEYUV2RGB
g16Dither2= g16Dither;
}
#ifdef HAVE_3DNOW
asm volatile("femms");
#elif defined (HAVE_MMX)
asm volatile("emms");
#endif
}