Cleanup smoothstep.sh / .h.

h_step_sum was used to compute moving sum.  Not in use anymore.
This commit is contained in:
Qi Wang
2017-05-25 13:33:34 -07:00
committed by Qi Wang
parent 1df18d7c83
commit 927239b910
4 changed files with 205 additions and 207 deletions

View File

@@ -1,7 +1,7 @@
#include "test/jemalloc_test.h"
static const uint64_t smoothstep_tab[] = {
#define STEP(step, h, x, y, h_sum) \
#define STEP(step, h, x, y) \
h,
SMOOTHSTEP
#undef STEP