summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 0b0791eac575e7c82230fa4edeb48a7a7ef98149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


lib_LTLIBRARIES = libffts.la

libffts_la_SOURCES = cp_sse.c patterns.c codegen.c

if HAVE_NEON
libffts_la_SOURCES += neon.s
endif
if HAVE_SSE
libffts_la_SOURCES += sse.s
endif
OpenPOWER on IntegriCloud