annotate src/fftw-3.3.8/libbench2/after-rcopy-from.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
rev   line source
cannam@167 1 /* not worth copyrighting */
cannam@167 2 #include "libbench2/bench.h"
cannam@167 3
cannam@167 4 /* default routine, can be overridden by user */
cannam@167 5 void after_problem_rcopy_from(bench_problem *p, bench_real *ri)
cannam@167 6 {
cannam@167 7 UNUSED(p);
cannam@167 8 UNUSED(ri);
cannam@167 9 }