Skip to content

Commit

Permalink
Turned off the rest of the MMX code in SDL_blit_A.c.
Browse files Browse the repository at this point in the history
It also seems to blow up everywhere.

Fixes Bugzilla #1278.
  • Loading branch information
icculus committed Sep 13, 2011
1 parent 7b09a9d commit 0d82c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_blit_A.c
Expand Up @@ -34,7 +34,7 @@
# if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
/* forced MMX to 0...it breaks on most compilers now. --ryan. */
# define MMX_ASMBLIT 0
# define GCC_ASMBLIT 1
# define GCC_ASMBLIT 0
# elif defined(_MSC_VER) && defined(_M_IX86)
# if (_MSC_VER <= 1200)
# include <malloc.h>
Expand Down

0 comments on commit 0d82c0f

Please sign in to comment.