From 8ecc4934ef77c0b9e4455e00fcd91574ca4c2aeb Mon Sep 17 00:00:00 2001 From: lu_zero Date: Sun, 5 Oct 2008 21:00:16 +0000 Subject: 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) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27722 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/rgb2rgb_template.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libswscale') diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c index 73004d4a7e..d7c581b44c 100644 --- a/libswscale/rgb2rgb_template.c +++ b/libswscale/rgb2rgb_template.c @@ -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. */ -- cgit v1.2.3