Commit 40379c6e authored by lu_zero's avatar lu_zero

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)

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27722 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 7110b7aa
......@@ -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. */
......
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