mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Only use Altivec on PowerPC architecture
This commit is contained in:
parent
99261d0ad8
commit
99a9f55744
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user