diff 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
line wrap: on
line diff
--- a/include/SDL_config.h.in	Wed Aug 15 04:04:17 2007 +0000
+++ b/include/SDL_config.h.in	Wed Aug 15 08:21:10 2007 +0000
@@ -292,7 +292,6 @@
 
 /* Enable assembly routines */
 #undef SDL_ASSEMBLY_ROUTINES
-#undef SDL_HERMES_BLITTERS
 #undef SDL_ALTIVEC_BLITTERS
 
 #endif /* _SDL_config_h */