From 6ea7c0b0d1c6aa79291b40a30e578ad82c3bb7dd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 6 Mar 2006 19:20:38 +0000 Subject: [PATCH] Only use Altivec on PowerPC architecture --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401482 --- include/SDL_config_macosx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/SDL_config_macosx.h b/include/SDL_config_macosx.h index b3cbbae49..7b3eaf8e7 100644 --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -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 */