Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit.h @ 2261:c20476d7d7b3
Enabled 3DNow! intrinsic support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Aug 2007 03:22:03 +0000 |
parents | 202ddfd1cfb1 |
children | bee005ace1bf |
comparison
equal
deleted
inserted
replaced
2260:202ddfd1cfb1 | 2261:c20476d7d7b3 |
---|---|
24 #ifndef _SDL_blit_h | 24 #ifndef _SDL_blit_h |
25 #define _SDL_blit_h | 25 #define _SDL_blit_h |
26 | 26 |
27 #ifdef __MMX__ | 27 #ifdef __MMX__ |
28 #include <mmintrin.h> | 28 #include <mmintrin.h> |
29 #endif | |
30 #ifdef __3dNOW__ | |
31 #include <mm3dnow.h> | |
29 #endif | 32 #endif |
30 #ifdef __SSE__ | 33 #ifdef __SSE__ |
31 #include <xmmintrin.h> | 34 #include <xmmintrin.h> |
32 #endif | 35 #endif |
33 | 36 |