Commit 7cff2c7f authored by Luca Barbato's avatar Luca Barbato

gcc-apple specific fallback not necessary anymore (btw no apple hardware is...

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)

Originally committed as revision 27722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent da708eaa
...@@ -52,14 +52,9 @@ ...@@ -52,14 +52,9 @@
#define PREFETCHW "prefetcht0" #define PREFETCHW "prefetcht0"
#define PAVGB "pavgb" #define PAVGB "pavgb"
#else #else
#ifdef __APPLE__
#define PREFETCH "#"
#define PREFETCHW "#"
#else
#define PREFETCH " # nop" #define PREFETCH " # nop"
#define PREFETCHW " # nop" #define PREFETCHW " # nop"
#endif #endif
#endif
#ifdef HAVE_3DNOW #ifdef HAVE_3DNOW
/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */ /* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment