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:
parent
be84caf041
commit
52c27b2b7c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
# if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
|
# if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
|
||||||
/* forced MMX to 0...it breaks on most compilers now. --ryan. */
|
/* forced MMX to 0...it breaks on most compilers now. --ryan. */
|
||||||
# define MMX_ASMBLIT 0
|
# define MMX_ASMBLIT 0
|
||||||
# define GCC_ASMBLIT 1
|
# define GCC_ASMBLIT 0
|
||||||
# elif defined(_MSC_VER) && defined(_M_IX86)
|
# elif defined(_MSC_VER) && defined(_M_IX86)
|
||||||
# if (_MSC_VER <= 1200)
|
# if (_MSC_VER <= 1200)
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue