comparison include/SDL_config_macosx.h @ 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 e594f07297a9
children b530ef003506
comparison
equal deleted inserted replaced
5263:f26314c20071 5264:6a65c1fc07af
166 /* Enable system power support */ 166 /* Enable system power support */
167 #define SDL_POWER_MACOSX 1 167 #define SDL_POWER_MACOSX 1
168 168
169 /* Enable assembly routines */ 169 /* Enable assembly routines */
170 #define SDL_ASSEMBLY_ROUTINES 1 170 #define SDL_ASSEMBLY_ROUTINES 1
171 #ifdef __ppc__
172 #define SDL_ALTIVEC_BLITTERS 1
173 #endif
174 171
175 #endif /* _SDL_config_macosx_h */ 172 #endif /* _SDL_config_macosx_h */