Mercurial > hg > sv-dependency-builds
diff src/fftw-3.3.3/simd-support/Makefile.am @ 10:37bf6b4a2645
Add FFTW3
author | Chris Cannam |
---|---|
date | Wed, 20 Mar 2013 15:35:50 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/fftw-3.3.3/simd-support/Makefile.am Wed Mar 20 15:35:50 2013 +0000 @@ -0,0 +1,12 @@ +AM_CPPFLAGS = -I$(top_srcdir)/kernel +noinst_LTLIBRARIES = libsimd_support.la libsimd_sse2_nonportable.la + +libsimd_support_la_SOURCES = taint.c simd-common.h simd-sse2.h sse2.c \ +x86-cpuid.h amd64-cpuid.h avx.c simd-avx.h altivec.c simd-altivec.h \ +neon.c simd-neon.h + +# sse2-nonportable.c needs SSE2_CFLAGS, but Automake does not support +# per-object CFLAGS. Thus we build a separate library. +libsimd_sse2_nonportable_la_CFLAGS = $(SSE2_CFLAGS) +libsimd_sse2_nonportable_la_SOURCES = sse2-nonportable.c +