Browse Source

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
tags/v0.5
Luca Barbato 17 years ago
parent
commit
7cff2c7f44
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libswscale/rgb2rgb_template.c

+ 0
- 5
libswscale/rgb2rgb_template.c View File

@@ -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. */


Loading…
Cancel
Save