10l in rgb2rgb_template.c
patch by Erik Auerswald <auerswal at unix-ag uni-kl de> Originally committed as revision 18111 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
fd925db3c8
commit
4ee5599fba
@ -45,7 +45,7 @@
|
|||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define PREFETCH "#"
|
#define PREFETCH "#"
|
||||||
#define PREFETCHW "#"
|
#define PREFETCHW "#"
|
||||||
#elif
|
#else
|
||||||
#define PREFETCH "/nop"
|
#define PREFETCH "/nop"
|
||||||
#define PREFETCHW "/nop"
|
#define PREFETCHW "/nop"
|
||||||
#endif
|
#endif
|
||||||
@ -65,7 +65,7 @@
|
|||||||
#define MOVNTQ "movq"
|
#define MOVNTQ "movq"
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define SFENCE "#"
|
#define SFENCE "#"
|
||||||
#elif
|
#else
|
||||||
#define SFENCE "/nop"
|
#define SFENCE "/nop"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user