changeset 1478:fc308f08b5f7

Only use Altivec on PowerPC architecture
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Mar 2006 19:20:38 +0000
parents 577b41f7dc1d
children 993ef9ff4688
files include/SDL_config_macosx.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Mon Mar 06 18:42:30 2006 +0000
+++ b/include/SDL_config_macosx.h	Mon Mar 06 19:20:38 2006 +0000
@@ -76,6 +76,8 @@
 
 /* Enable assembly routines */
 #define SDL_ASSEMBLY_ROUTINES	1
+#ifdef __ppc__
 #define SDL_ALTIVEC_BLITTERS	1
+#endif
 
 #endif /* _SDL_config_macosx_h */