comparison include/SDL_config.h.in @ 2247:93994f65c74c

Removed hermes since it's LGPL and not compatible with a commercial license. Prepping for using MMX and SSE intrinsics instead of inline assembly. .. except for memcpy equivalents which only get faster if they can exploit the parallelism of loading into multiple SIMD registers. :)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 15 Aug 2007 08:21:10 +0000
parents 2590d4e5fb89
children 60b4c52a7906
comparison
equal deleted inserted replaced
2246:75daa0792bd1 2247:93994f65c74c
290 #undef SDL_VIDEO_OPENGL_OSMESA 290 #undef SDL_VIDEO_OPENGL_OSMESA
291 #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC 291 #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC
292 292
293 /* Enable assembly routines */ 293 /* Enable assembly routines */
294 #undef SDL_ASSEMBLY_ROUTINES 294 #undef SDL_ASSEMBLY_ROUTINES
295 #undef SDL_HERMES_BLITTERS
296 #undef SDL_ALTIVEC_BLITTERS 295 #undef SDL_ALTIVEC_BLITTERS
297 296
298 #endif /* _SDL_config_h */ 297 #endif /* _SDL_config_h */