mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +03:00
Implement smoothstep table generation.
Check in a generated smootherstep table as smoothstep.h rather than generating it at configure time, since not all systems (e.g. Windows) have dc.
This commit is contained in:
parent
1a4ad3c0fa
commit
8e82af1166
5 changed files with 472 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ TESTS_UNIT := $(srcroot)test/unit/atomic.c \
|
|||
$(srcroot)test/unit/rtree.c \
|
||||
$(srcroot)test/unit/SFMT.c \
|
||||
$(srcroot)test/unit/size_classes.c \
|
||||
$(srcroot)test/unit/smoothstep.c \
|
||||
$(srcroot)test/unit/stats.c \
|
||||
$(srcroot)test/unit/ticker.c \
|
||||
$(srcroot)test/unit/time.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue