Commit 6ea7c0b0 authored by Sam Lantinga's avatar Sam Lantinga

Only use Altivec on PowerPC architecture

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401482
parent c127861b
...@@ -76,6 +76,8 @@ ...@@ -76,6 +76,8 @@
/* Enable assembly routines */ /* Enable assembly routines */
#define SDL_ASSEMBLY_ROUTINES 1 #define SDL_ASSEMBLY_ROUTINES 1
#ifdef __ppc__
#define SDL_ALTIVEC_BLITTERS 1 #define SDL_ALTIVEC_BLITTERS 1
#endif
#endif /* _SDL_config_macosx_h */ #endif /* _SDL_config_macosx_h */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment