Files
ogre-base/fftw-3.3.10/libbench2/bench-cost-postprocess.c
2025-07-12 12:17:44 +03:00

9 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;
}