Turned off the rest of the MMX code in SDL_blit_A.c.

It also seems to blow up everywhere.

Fixes Bugzilla #1278.

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2011-09-13 14:42:58 -04:00
parent be84caf041
commit 52c27b2b7c

View file

@ -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>