mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-06 12:55:05 +00:00
54e93db207
not reliable yet
13 lines
306 B
Makefile
13 lines
306 B
Makefile
AM_CFLAGS = $(AVX2_CFLAGS)
|
|
SIMD_HEADER=simd-support/simd-avx2-128.h
|
|
|
|
include $(top_srcdir)/dft/simd/codlist.mk
|
|
include $(top_srcdir)/dft/simd/simd.mk
|
|
|
|
if HAVE_AVX2
|
|
|
|
BUILT_SOURCES = $(EXTRA_DIST)
|
|
noinst_LTLIBRARIES = libdft_avx2_128_codelets.la
|
|
libdft_avx2_128_codelets_la_SOURCES = $(BUILT_SOURCES)
|
|
|
|
endif
|