Only use Altivec on PowerPC architecture

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401482
This commit is contained in:
Sam Lantinga 2006-03-06 19:20:38 +00:00
parent c127861be3
commit 6ea7c0b0d1

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