diff src/fftw-3.3.3/libbench2/bench-cost-postprocess.c @ 95:89f5e221ed7b

Add FFTW3
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 15:35:50 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/fftw-3.3.3/libbench2/bench-cost-postprocess.c	Wed Mar 20 15:35:50 2013 +0000
@@ -0,0 +1,8 @@
+/* not worth copyrighting */
+#include "bench.h"
+
+/* default routine, can be overridden by user */
+double bench_cost_postprocess(double cost)
+{
+     return cost;
+}