mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Remove unused PREFETCHW macro
Originally committed as revision 30253 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
14b8607065
commit
4b19045566
@ -34,7 +34,6 @@
|
|||||||
#undef EMMS
|
#undef EMMS
|
||||||
#undef SFENCE
|
#undef SFENCE
|
||||||
#undef MMREG_SIZE
|
#undef MMREG_SIZE
|
||||||
#undef PREFETCHW
|
|
||||||
#undef PAVGB
|
#undef PAVGB
|
||||||
|
|
||||||
#if HAVE_SSE2
|
#if HAVE_SSE2
|
||||||
@ -45,15 +44,12 @@
|
|||||||
|
|
||||||
#if HAVE_AMD3DNOW
|
#if HAVE_AMD3DNOW
|
||||||
#define PREFETCH "prefetch"
|
#define PREFETCH "prefetch"
|
||||||
#define PREFETCHW "prefetchw"
|
|
||||||
#define PAVGB "pavgusb"
|
#define PAVGB "pavgusb"
|
||||||
#elif HAVE_MMX2
|
#elif HAVE_MMX2
|
||||||
#define PREFETCH "prefetchnta"
|
#define PREFETCH "prefetchnta"
|
||||||
#define PREFETCHW "prefetcht0"
|
|
||||||
#define PAVGB "pavgb"
|
#define PAVGB "pavgb"
|
||||||
#else
|
#else
|
||||||
#define PREFETCH " # nop"
|
#define PREFETCH " # nop"
|
||||||
#define PREFETCHW " # nop"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_AMD3DNOW
|
#if HAVE_AMD3DNOW
|
||||||
|
@ -25,17 +25,13 @@
|
|||||||
#undef MOVNTQ
|
#undef MOVNTQ
|
||||||
#undef PAVGB
|
#undef PAVGB
|
||||||
#undef PREFETCH
|
#undef PREFETCH
|
||||||
#undef PREFETCHW
|
|
||||||
|
|
||||||
#if COMPILE_TEMPLATE_AMD3DNOW
|
#if COMPILE_TEMPLATE_AMD3DNOW
|
||||||
#define PREFETCH "prefetch"
|
#define PREFETCH "prefetch"
|
||||||
#define PREFETCHW "prefetchw"
|
|
||||||
#elif COMPILE_TEMPLATE_MMX2
|
#elif COMPILE_TEMPLATE_MMX2
|
||||||
#define PREFETCH "prefetchnta"
|
#define PREFETCH "prefetchnta"
|
||||||
#define PREFETCHW "prefetcht0"
|
|
||||||
#else
|
#else
|
||||||
#define PREFETCH " # nop"
|
#define PREFETCH " # nop"
|
||||||
#define PREFETCHW " # nop"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if COMPILE_TEMPLATE_MMX2
|
#if COMPILE_TEMPLATE_MMX2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user