Home | History | Annotate | Download | only in test
      1 #include "jemalloc/internal/jemalloc_internal_defs.h"
      2 #include "jemalloc/internal/jemalloc_internal_decls.h"
      3 
      4 /*
      5  * For use by SFMT.  configure.ac doesn't actually define HAVE_SSE2 because its
      6  * dependencies are notoriously unportable in practice.
      7  */
      8 #undef HAVE_SSE2
      9 #undef HAVE_ALTIVEC
     10