equal
deleted
inserted
replaced
36 #if ((defined(_MFC_VER) && defined(_M_IX86)) || \ |
36 #if ((defined(_MFC_VER) && defined(_M_IX86)) || \ |
37 defined(__WATCOMC__) || \ |
37 defined(__WATCOMC__) || \ |
38 (defined(__GNUC__) && defined(__i386__))) && SDL_ASSEMBLY_ROUTINES |
38 (defined(__GNUC__) && defined(__i386__))) && SDL_ASSEMBLY_ROUTINES |
39 /* There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct |
39 /* There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct |
40 * value after the first scanline. FIXME? */ |
40 * value after the first scanline. FIXME? */ |
41 /*#define USE_ASM_STRETCH */ |
41 /* #define USE_ASM_STRETCH */ |
42 #endif |
42 #endif |
43 |
43 |
44 #ifdef USE_ASM_STRETCH |
44 #ifdef USE_ASM_STRETCH |
45 |
45 |
46 #ifdef HAVE_MPROTECT |
46 #ifdef HAVE_MPROTECT |