diff options
author | Jason Evans <jasone@canonware.com> | 2014-10-09 01:18:03 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2014-10-09 01:18:03 (GMT) |
commit | b123ddc760e5b53dde17c6a19a130173067c0e30 (patch) | |
tree | 766c44775083f0d6be20fc0a7a525eb056d43c0e /test | |
parent | 57efa7bb0e284805c940472190bc9924327635a1 (diff) | |
download | jemalloc-b123ddc760e5b53dde17c6a19a130173067c0e30.zip jemalloc-b123ddc760e5b53dde17c6a19a130173067c0e30.tar.gz jemalloc-b123ddc760e5b53dde17c6a19a130173067c0e30.tar.bz2 |
Don't configure HAVE_SSE2.
Don't configure HAVE_SSE2 (on behalf of SFMT), because its dependencies
are notoriously unportable in practice.
This resolves #119.
Diffstat (limited to 'test')
-rw-r--r-- | test/include/test/jemalloc_test_defs.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/include/test/jemalloc_test_defs.h.in b/test/include/test/jemalloc_test_defs.h.in index aaaaec1..5cc8532 100644 --- a/test/include/test/jemalloc_test_defs.h.in +++ b/test/include/test/jemalloc_test_defs.h.in @@ -1,6 +1,9 @@ #include "jemalloc/internal/jemalloc_internal_defs.h" #include "jemalloc/internal/jemalloc_internal_decls.h" -/* For use by SFMT. */ +/* + * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its + * dependencies are notoriously unportable in practice. + */ #undef HAVE_SSE2 #undef HAVE_ALTIVEC |