annotate src/fftw-3.3.3/libbench2/after-rcopy-from.c @ 10:37bf6b4a2645

Add FFTW3
author Chris Cannam
date Wed, 20 Mar 2013 15:35:50 +0000
parents
children
rev   line source
Chris@10 1 /* not worth copyrighting */
Chris@10 2 #include "bench.h"
Chris@10 3
Chris@10 4 /* default routine, can be overridden by user */
Chris@10 5 void after_problem_rcopy_from(bench_problem *p, bench_real *ri)
Chris@10 6 {
Chris@10 7 UNUSED(p);
Chris@10 8 UNUSED(ri);
Chris@10 9 }