Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 5264:6a65c1fc07af
Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and Altivec support.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 11 Feb 2011 14:51:04 -0800 |
parents | 710d00cb3a6a |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
5263:f26314c20071 | 5264:6a65c1fc07af |
---|---|
80 #undef HAVE_STDINT_H | 80 #undef HAVE_STDINT_H |
81 #undef HAVE_CTYPE_H | 81 #undef HAVE_CTYPE_H |
82 #undef HAVE_MATH_H | 82 #undef HAVE_MATH_H |
83 #undef HAVE_ICONV_H | 83 #undef HAVE_ICONV_H |
84 #undef HAVE_SIGNAL_H | 84 #undef HAVE_SIGNAL_H |
85 #undef HAVE_ALTIVEC_H | |
86 | 85 |
87 /* C library functions */ | 86 /* C library functions */ |
88 #undef HAVE_MALLOC | 87 #undef HAVE_MALLOC |
89 #undef HAVE_CALLOC | 88 #undef HAVE_CALLOC |
90 #undef HAVE_REALLOC | 89 #undef HAVE_REALLOC |
301 #undef SDL_POWER_NINTENDODS | 300 #undef SDL_POWER_NINTENDODS |
302 #undef SDL_POWER_HARDWIRED | 301 #undef SDL_POWER_HARDWIRED |
303 | 302 |
304 /* Enable assembly routines */ | 303 /* Enable assembly routines */ |
305 #undef SDL_ASSEMBLY_ROUTINES | 304 #undef SDL_ASSEMBLY_ROUTINES |
306 #undef SDL_ALTIVEC_BLITTERS | |
307 | 305 |
308 #endif /* _SDL_config_h */ | 306 #endif /* _SDL_config_h */ |