furnace/extern/fftw/libbench2/bench-cost-postprocess.c
2022-05-31 03:24:29 -05:00

8 lines
173 B
C

/* not worth copyrighting */
#include "libbench2/bench.h"
/* default routine, can be overridden by user */
double bench_cost_postprocess(double cost)
{
return cost;
}