Mercurial > hg > js-dsp-test
view fft/fftw/fftw-3.3.4/rdft/simd/simd.mk @ 33:bbf5d4e825eb
Hack in an alternative float-only version (no faster)
author | Chris Cannam |
---|---|
date | Mon, 09 Nov 2015 12:22:00 +0000 |
parents | 26056e866c29 |
children |
line wrap: on
line source
AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft \ -I$(top_srcdir)/rdft/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\""; \ ) >$@