mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-12 05:41:10 +01:00
Whoops, forgot to commit the actual fix. :)
This commit is contained in:
parent
7ecc48c3ba
commit
18f2b27b73
@ -91,7 +91,7 @@
|
|||||||
/* The colorspace conversion functions */
|
/* The colorspace conversion functions */
|
||||||
|
|
||||||
/* !!! FIXME: this broke on Clang (if it wasn't broken _before_) in https://hg.libsdl.org/SDL/rev/2ee7d2fa299b */
|
/* !!! FIXME: this broke on Clang (if it wasn't broken _before_) in https://hg.libsdl.org/SDL/rev/2ee7d2fa299b */
|
||||||
#if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES
|
#if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES && !defined(__clang__)
|
||||||
#define USE_MMX_ASSEMBLY 1
|
#define USE_MMX_ASSEMBLY 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user