Mercurial > hg > sv-dependency-builds
view src/fftw-3.3.3/libbench2/bench-cost-postprocess.c @ 48:9530b331f8c1
Add Cap'n Proto source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 11:17:01 +0100 |
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; }