Mercurial > hg > js-dsp-test
comparison fft/fftw/fftw-3.3.4/libbench2/after-ccopy-to.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 void after_problem_ccopy_to(bench_problem *p, bench_real *ro, bench_real *io) | |
6 { | |
7 UNUSED(p); | |
8 UNUSED(ro); | |
9 UNUSED(io); | |
10 } |