Re-added the 3DNow! and AltiVec instruction support.

This commit is contained in:
Sam Lantinga 2011-02-22 21:44:36 -08:00
parent 92bf0fc2fd
commit e4a0db291e
15 changed files with 2412 additions and 58 deletions

View file

@ -168,5 +168,8 @@
/* Enable assembly routines */
#define SDL_ASSEMBLY_ROUTINES 1
#ifdef __ppc__
#define SDL_ALTIVEC_BLITTERS 1
#endif
#endif /* _SDL_config_macosx_h */