summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/rgb2rgb_template.c')
-rw-r--r--libswscale/rgb2rgb_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
index 1a5464a8c9..cdb5c8e7c8 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -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