[FFmpeg-cvslog] r27722 - trunk/libswscale/rgb2rgb_template.c

lu_zero subversion
Sun Oct 5 23:00:17 CEST 2008


Author: lu_zero
Date: Sun Oct  5 23:00:16 2008
New Revision: 27722

Log:
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)

Modified:
   trunk/libswscale/rgb2rgb_template.c

Modified: trunk/libswscale/rgb2rgb_template.c
==============================================================================
--- trunk/libswscale/rgb2rgb_template.c	(original)
+++ trunk/libswscale/rgb2rgb_template.c	Sun Oct  5 23:00:16 2008
@@ -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. */




More information about the ffmpeg-cvslog mailing list