2014-06-20 14:59:18 +02:00
|
|
|
#include "jemalloc/internal/jemalloc_internal_defs.h"
|
2015-10-06 16:18:30 +02:00
|
|
|
#include "jemalloc/internal/jemalloc_internal_decls.h"
|
2014-06-20 14:59:18 +02:00
|
|
|
|
2015-10-06 16:18:30 +02:00
|
|
|
/*
|
|
|
|
* For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
|
|
|
|
* dependencies are notoriously unportable in practice.
|
|
|
|
*/
|
2014-06-20 14:59:18 +02:00
|
|
|
#undef HAVE_SSE2
|
|
|
|
#undef HAVE_ALTIVEC
|