mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 19:07:23 +08:00
added (f)emms
Originally committed as revision 2237 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@ -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
|
|||||||
g16Dither2= g16Dither;
|
g16Dither2= g16Dither;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_3DNOW
|
||||||
|
asm volatile("femms");
|
||||||
|
#elif defined (HAVE_MMX)
|
||||||
|
asm volatile("emms");
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user