# HG changeset patch # User lu_zero # Date 1223240416 0 # Node ID 06d645ed0c9f8a6a1426d9dfec02388639a9f513 # Parent d6ae24838f0fcfb2db7f4063b21827828efdea0b 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) diff -r d6ae24838f0f -r 06d645ed0c9f libswscale/rgb2rgb_template.c --- 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. */