80061b6df0
Integrate the SIMD-oriented Fast Mersenne Twister (SFMT) 1.3.3 into the test infrastructure. The sfmt_t state encapsulation modification comes from Crux (http://www.canonware.com/Crux/) and enables multiple concurrent PRNGs. test/unit/SFMT.c is an adaptation of SFMT's test.c that performs all the same validation, both for 32- and 64-bit generation.
70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
/*.gcov.*
|
|
|
|
/autom4te.cache/
|
|
|
|
/bin/jemalloc.sh
|
|
|
|
/config.stamp
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
|
|
/doc/html.xsl
|
|
/doc/manpages.xsl
|
|
/doc/jemalloc.xml
|
|
/doc/jemalloc.html
|
|
/doc/jemalloc.3
|
|
|
|
/lib/
|
|
|
|
/Makefile
|
|
|
|
/include/jemalloc/internal/jemalloc_internal.h
|
|
/include/jemalloc/internal/jemalloc_internal_defs.h
|
|
/include/jemalloc/internal/private_namespace.h
|
|
/include/jemalloc/internal/private_unnamespace.h
|
|
/include/jemalloc/internal/public_namespace.h
|
|
/include/jemalloc/internal/public_unnamespace.h
|
|
/include/jemalloc/internal/size_classes.h
|
|
/include/jemalloc/jemalloc.h
|
|
/include/jemalloc/jemalloc_defs.h
|
|
/include/jemalloc/jemalloc_macros.h
|
|
/include/jemalloc/jemalloc_protos.h
|
|
/include/jemalloc/jemalloc_protos_jet.h
|
|
/include/jemalloc/jemalloc_mangle.h
|
|
|
|
/src/*.[od]
|
|
/src/*.gcda
|
|
/src/*.gcno
|
|
|
|
/test/test.sh
|
|
test/include/test/jemalloc_test.h
|
|
test/include/test/jemalloc_test_defs.h
|
|
|
|
/test/integration/[A-Za-z]*
|
|
!/test/integration/[A-Za-z]*.*
|
|
/test/integration/*.[od]
|
|
/test/integration/*.gcda
|
|
/test/integration/*.gcno
|
|
/test/integration/*.out
|
|
|
|
/test/src/*.[od]
|
|
/test/src/*.gcda
|
|
/test/src/*.gcno
|
|
|
|
/test/stress/[A-Za-z]*
|
|
!/test/stress/[A-Za-z]*.*
|
|
/test/stress/*.[od]
|
|
/test/stress/*.gcda
|
|
/test/stress/*.gcno
|
|
/test/stress/*.out
|
|
|
|
/test/unit/[A-Za-z]*
|
|
!/test/unit/[A-Za-z]*.*
|
|
/test/unit/*.[od]
|
|
/test/unit/*.gcda
|
|
/test/unit/*.gcno
|
|
/test/unit/*.out
|
|
|
|
/VERSION
|