changeset 27690:06d645ed0c9f

gcc-apple specific fallback not necessary anymore (btw no apple hardware is less than a Intel core, thus it won't come there w/out disabling all the optimizations)
author lu_zero
date Sun, 05 Oct 2008 21:00:16 +0000
parents d6ae24838f0f
children db22dd913ac3
files libswscale/rgb2rgb_template.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/rgb2rgb_template.c	Sun Oct 05 20:43:09 2008 +0000
+++ b/libswscale/rgb2rgb_template.c	Sun Oct 05 21:00:16 2008 +0000
@@ -52,14 +52,9 @@
 #define PREFETCHW "prefetcht0"
 #define PAVGB     "pavgb"
 #else
-#ifdef __APPLE__
-#define PREFETCH "#"
-#define PREFETCHW "#"
-#else
 #define PREFETCH  " # nop"
 #define PREFETCHW " # nop"
 #endif
-#endif
 
 #ifdef HAVE_3DNOW
 /* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */