mirror of https://github.com/mpv-player/mpv
PAVGB support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2552 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3940009136
commit
a6edfc86db
|
@ -28,15 +28,17 @@
|
||||||
#ifdef HAVE_3DNOW
|
#ifdef HAVE_3DNOW
|
||||||
#define PREFETCH "prefetch"
|
#define PREFETCH "prefetch"
|
||||||
#define PREFETCHW "prefetchw"
|
#define PREFETCHW "prefetchw"
|
||||||
|
#define PAVGB "pavgusb"
|
||||||
#elif defined ( HAVE_MMX2 )
|
#elif defined ( HAVE_MMX2 )
|
||||||
#define PREFETCH "prefetchnta"
|
#define PREFETCH "prefetchnta"
|
||||||
#define PREFETCHW "prefetcht0"
|
#define PREFETCHW "prefetcht0"
|
||||||
|
#define PAVGB "pavgb"
|
||||||
#else
|
#else
|
||||||
#define PREFETCH "/nop"
|
#define PREFETCH "/nop"
|
||||||
#define PREFETCHW "/nop"
|
#define PREFETCHW "/nop"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_K6_2PLUS
|
#ifdef HAVE_3DNOW
|
||||||
/* On K6 femms is faster of emms. On K7 femms is directly mapped on emms. */
|
/* On K6 femms is faster of emms. On K7 femms is directly mapped on emms. */
|
||||||
#define EMMS "femms"
|
#define EMMS "femms"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue