1 /* test/include/test/jemalloc_test_defs.h. Generated from jemalloc_test_defs.h.in by configure. */ 2 #include "jemalloc/internal/jemalloc_internal_defs.h" 3 #include "jemalloc/internal/jemalloc_internal_decls.h" 4 5 /* 6 * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its 7 * dependencies are notoriously unportable in practice. 8 */ 9 #if defined(__x86_64__) 10 #define HAVE_SSE2 11 #endif 12 /* #undef HAVE_ALTIVEC */ 13