From 0d82c0f107268f8ee8a3fd68ff9a5c0ec79e66e3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 13 Sep 2011 14:42:58 -0400 Subject: [PATCH] Turned off the rest of the MMX code in SDL_blit_A.c. It also seems to blow up everywhere. Fixes Bugzilla #1278. --- src/video/SDL_blit_A.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/SDL_blit_A.c b/src/video/SDL_blit_A.c index 4ea599701..5a3107944 100644 --- a/src/video/SDL_blit_A.c +++ b/src/video/SDL_blit_A.c @@ -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