annotate src/fftw-3.3.3/libbench2/bench-cost-postprocess.c @ 152:ffc6df9c760c

List of exclusions from the appimage repo
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 28 Jun 2018 15:29:59 +0100
parents 89f5e221ed7b
children
rev   line source
cannam@95 1 /* not worth copyrighting */
cannam@95 2 #include "bench.h"
cannam@95 3
cannam@95 4 /* default routine, can be overridden by user */
cannam@95 5 double bench_cost_postprocess(double cost)
cannam@95 6 {
cannam@95 7 return cost;
cannam@95 8 }