Mercurial > sdl-ios-xcode
diff src/video/SDL_blit_A.c @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | b255b4058d37 |
children | 782fd950bd46 c121d94672cb 571c75f3d093 |
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c Mon May 01 06:58:33 2006 +0000 +++ b/src/video/SDL_blit_A.c Wed May 17 08:18:28 2006 +0000 @@ -637,6 +637,9 @@ #endif /* GCC_ASMBLIT, MSVC_ASMBLIT */ #if SDL_ALTIVEC_BLITTERS +#if __MWERKS__ +#pragma altivec_model on +#endif #if HAVE_ALTIVEC_H #include <altivec.h> #endif @@ -1406,6 +1409,9 @@ dstp += dstskip; } } +#if __MWERKS__ +#pragma altivec_model off +#endif #endif /* SDL_ALTIVEC_BLITTERS */ /* fast RGB888->(A)RGB888 blending with surface alpha=128 special case */