view src/fftw-3.3.3/libbench2/bench-cost-postprocess.c @ 20:ab7c38c4c577

Ranlib
author Chris Cannam
date Mon, 25 Mar 2013 16:28:19 +0000
parents 37bf6b4a2645
children
line wrap: on
line source
/* not worth copyrighting */
#include "bench.h"

/* default routine, can be overridden by user */
double bench_cost_postprocess(double cost)
{
     return cost;
}