1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

10l in rgb2rgb_template.c

patch by Erik Auerswald <auerswal at unix-ag uni-kl de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18111 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2006-04-16 08:27:16 +00:00
parent fa344d6f7d
commit 87267dc2f1

View File

@ -45,7 +45,7 @@
#ifdef __APPLE__
#define PREFETCH "#"
#define PREFETCHW "#"
#elif
#else
#define PREFETCH "/nop"
#define PREFETCHW "/nop"
#endif
@ -65,7 +65,7 @@
#define MOVNTQ "movq"
#ifdef __APPLE__
#define SFENCE "#"
#elif
#else
#define SFENCE "/nop"
#endif
#endif