2013-12-13 06:41:02 +08:00
|
|
|
#include "jemalloc/internal/jemalloc_internal_defs.h"
|
2014-05-28 11:39:13 +08:00
|
|
|
#include "jemalloc/internal/jemalloc_internal_decls.h"
|
2013-12-13 06:41:02 +08:00
|
|
|
|
2014-10-09 09:18:03 +08:00
|
|
|
/*
|
|
|
|
* For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
|
|
|
|
* dependencies are notoriously unportable in practice.
|
|
|
|
*/
|
2013-12-10 05:21:08 +08:00
|
|
|
#undef HAVE_SSE2
|
|
|
|
#undef HAVE_ALTIVEC
|