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:
Jason Evans
2016-02-06 00:46:19 -08:00
committed by Jason Evans
parent 1a4ad3c0fa
commit 8e82af1166
5 changed files with 472 additions and 0 deletions

View File

@@ -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 \