comparison fft/fftw/fftw-3.3.4/libbench2/bench-cost-postprocess.c @ 19:26056e866c29

Add FFTW to comparison table
author Chris Cannam
date Tue, 06 Oct 2015 13:08:39 +0100
parents
children
comparison
equal deleted inserted replaced
18:8db794ca3e0b 19:26056e866c29
1 /* not worth copyrighting */
2 #include "bench.h"
3
4 /* default routine, can be overridden by user */
5 double bench_cost_postprocess(double cost)
6 {
7 return cost;
8 }