Mercurial > hg > js-dsp-test
diff fft/fftw/fftw-3.3.4/dft/simd/simd.mk @ 19:26056e866c29
Add FFTW to comparison table
author | Chris Cannam |
---|---|
date | Tue, 06 Oct 2015 13:08:39 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fft/fftw/fftw-3.3.4/dft/simd/simd.mk Tue Oct 06 13:08:39 2015 +0100 @@ -0,0 +1,12 @@ +AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \ +-I$(top_srcdir)/dft/simd -I$(top_srcdir)/simd-support + +EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c + +$(EXTRA_DIST): Makefile + ( \ + echo "/* Generated automatically. DO NOT EDIT! */"; \ + echo "#define SIMD_HEADER \"$(SIMD_HEADER)\""; \ + echo "#include \"../common/"$*".c\""; \ + ) >$@ +