Browse Source

Remove unused PREFETCHW macro

Originally committed as revision 30253 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.6
Zuxy Meng 16 years ago
parent
commit
4b19045566
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      libswscale/rgb2rgb_template.c
  2. +0
    -4
      libswscale/swscale_template.c

+ 0
- 4
libswscale/rgb2rgb_template.c View File

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


+ 0
- 4
libswscale/swscale_template.c View File

@@ -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…
Cancel
Save