iup-stack/fftw/libbench2/bench-cost-postprocess.c

9 lines
173 B
C
Raw Normal View History

2023-02-20 16:44:45 +00:00
/* not worth copyrighting */
#include "libbench2/bench.h"
/* default routine, can be overridden by user */
double bench_cost_postprocess(double cost)
{
return cost;
}