annotate fft/fftw/fftw-3.3.4/libbench2/Makefile.am @ 40:223f770b5341 kissfft-double tip

Try a double-precision kissfft
author Chris Cannam
date Wed, 07 Sep 2016 10:40:32 +0100
parents 26056e866c29
children
rev   line source
Chris@19 1 noinst_LIBRARIES=libbench2.a
Chris@19 2
Chris@19 3 libbench2_a_SOURCES=after-ccopy-from.c after-ccopy-to.c \
Chris@19 4 after-hccopy-from.c after-hccopy-to.c after-rcopy-from.c \
Chris@19 5 after-rcopy-to.c allocate.c aset.c bench-cost-postprocess.c \
Chris@19 6 bench-exit.c bench-main.c can-do.c caset.c dotens2.c info.c main.c \
Chris@19 7 mflops.c mp.c ovtpvt.c pow2.c problem.c report.c speed.c tensor.c \
Chris@19 8 timer.c useropt.c util.c verify-dft.c verify-lib.c verify-r2r.c \
Chris@19 9 verify-rdft2.c verify.c zero.c bench-user.h bench.h verify.h \
Chris@19 10 my-getopt.c my-getopt.h
Chris@19 11
Chris@19 12 benchmark: all
Chris@19 13 @echo "nothing to benchmark"
Chris@19 14
Chris@19 15 accuracy: all
Chris@19 16 @echo "nothing to benchmark"
Chris@19 17