Skip to content

Commit

Permalink
Whoops, forgot to commit the actual fix. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 26, 2017
1 parent 7ecc48c commit 18f2b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/SDL_yuv_sw.c
Expand Up @@ -91,7 +91,7 @@
/* The colorspace conversion functions */

/* !!! 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
#endif

Expand Down

0 comments on commit 18f2b27

Please sign in to comment.