added (f)emms

Originally committed as revision 2237 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
pull/126/head
Arpi 24 years ago
parent e72c545c93
commit fffd2e0ac2
  1. 7
      postproc/swscale.c
  2. 7
      postproc/swscale_template.c

@ -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
}

Loading…
Cancel
Save