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

@@ -40,7 +40,7 @@ const arena_bin_info_t arena_bin_info[NBINS] = {
};
const uint64_t h_steps[SMOOTHSTEP_NSTEPS] = {
#define STEP(step, h, x, y, h_sum) \
#define STEP(step, h, x, y) \
h,
SMOOTHSTEP
#undef STEP