Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 1478:fc308f08b5f7
Only use Altivec on PowerPC architecture
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Mar 2006 19:20:38 +0000 |
parents | 7a610f25c12f |
children | 993ef9ff4688 |
comparison
equal
deleted
inserted
replaced
1477:577b41f7dc1d | 1478:fc308f08b5f7 |
---|---|
74 /* Enable OpenGL support */ | 74 /* Enable OpenGL support */ |
75 #define SDL_VIDEO_OPENGL 1 | 75 #define SDL_VIDEO_OPENGL 1 |
76 | 76 |
77 /* Enable assembly routines */ | 77 /* Enable assembly routines */ |
78 #define SDL_ASSEMBLY_ROUTINES 1 | 78 #define SDL_ASSEMBLY_ROUTINES 1 |
79 #ifdef __ppc__ | |
79 #define SDL_ALTIVEC_BLITTERS 1 | 80 #define SDL_ALTIVEC_BLITTERS 1 |
81 #endif | |
80 | 82 |
81 #endif /* _SDL_config_macosx_h */ | 83 #endif /* _SDL_config_macosx_h */ |