Mercurial > hg > sv-dependency-builds
diff src/fftw-3.3.8/libbench2/bench-cost-postprocess.c @ 167:bd3cc4d1df30
Add FFTW 3.3.8 source, and a Linux build
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Nov 2019 14:52:55 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/fftw-3.3.8/libbench2/bench-cost-postprocess.c Tue Nov 19 14:52:55 2019 +0000 @@ -0,0 +1,8 @@ +/* not worth copyrighting */ +#include "libbench2/bench.h" + +/* default routine, can be overridden by user */ +double bench_cost_postprocess(double cost) +{ + return cost; +}