changeset 2250 | e1d228456537 |
parent 2249 | 5a58b57b6724 |
child 2251 | 292bee385630 |
2249:5a58b57b6724 | 2250:e1d228456537 |
---|---|
29 #endif |
29 #endif |
30 #ifdef __SSE__ |
30 #ifdef __SSE__ |
31 #include <xmmintrin.h> |
31 #include <xmmintrin.h> |
32 #endif |
32 #endif |
33 |
33 |
34 #include "SDL_cpuinfo.h" |
|
34 #include "SDL_endian.h" |
35 #include "SDL_endian.h" |
35 |
36 |
36 /* The structure passed to the low level blit functions */ |
37 /* The structure passed to the low level blit functions */ |
37 typedef struct |
38 typedef struct |
38 { |
39 { |