Only use Altivec on PowerPC architecture

This commit is contained in:
Sam Lantinga 2006-03-06 19:20:38 +00:00
parent 99261d0ad8
commit 99a9f55744

View File

@ -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 */