mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-09 15:27:18 +03:00
Cleanup smoothstep.sh / .h.
h_step_sum was used to compute moving sum. Not in use anymore.
This commit is contained in:
parent
1df18d7c83
commit
927239b910
4 changed files with 205 additions and 207 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue