diff 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
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Fri Feb 11 14:42:58 2011 -0800
+++ b/include/SDL_config_macosx.h	Fri Feb 11 14:51:04 2011 -0800
@@ -168,8 +168,5 @@
 
 /* Enable assembly routines */
 #define SDL_ASSEMBLY_ROUTINES	1
-#ifdef __ppc__
-#define SDL_ALTIVEC_BLITTERS	1
-#endif
 
 #endif /* _SDL_config_macosx_h */