mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 04:11:03 +00:00
Remove unused PREFETCHW macro
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30253 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
43d4fedf59
commit
9e5a65dcbe
@ -34,7 +34,6 @@
|
||||
#undef EMMS
|
||||
#undef SFENCE
|
||||
#undef MMREG_SIZE
|
||||
#undef PREFETCHW
|
||||
#undef PAVGB
|
||||
|
||||
#if HAVE_SSE2
|
||||
@ -45,15 +44,12 @@
|
||||
|
||||
#if HAVE_AMD3DNOW
|
||||
#define PREFETCH "prefetch"
|
||||
#define PREFETCHW "prefetchw"
|
||||
#define PAVGB "pavgusb"
|
||||
#elif HAVE_MMX2
|
||||
#define PREFETCH "prefetchnta"
|
||||
#define PREFETCHW "prefetcht0"
|
||||
#define PAVGB "pavgb"
|
||||
#else
|
||||
#define PREFETCH " # nop"
|
||||
#define PREFETCHW " # nop"
|
||||
#endif
|
||||
|
||||
#if HAVE_AMD3DNOW
|
||||
|
@ -25,17 +25,13 @@
|
||||
#undef MOVNTQ
|
||||
#undef PAVGB
|
||||
#undef PREFETCH
|
||||
#undef PREFETCHW
|
||||
|
||||
#if COMPILE_TEMPLATE_AMD3DNOW
|
||||
#define PREFETCH "prefetch"
|
||||
#define PREFETCHW "prefetchw"
|
||||
#elif COMPILE_TEMPLATE_MMX2
|
||||
#define PREFETCH "prefetchnta"
|
||||
#define PREFETCHW "prefetcht0"
|
||||
#else
|
||||
#define PREFETCH " # nop"
|
||||
#define PREFETCHW " # nop"
|
||||
#endif
|
||||
|
||||
#if COMPILE_TEMPLATE_MMX2
|
||||
|
Loading…
Reference in New Issue
Block a user