mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01: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:
parent
fa344d6f7d
commit
87267dc2f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user