Cleanup smoothstep.sh / .h.
h_step_sum was used to compute moving sum. Not in use anymore.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user