mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-07 13:25:04 +00:00
16 lines
300 B
Text
16 lines
300 B
Text
|
AM_CFLAGS = $(SSE2_CFLAGS)
|
||
|
SIMD_HEADER=simd-support/simd-sse2.h
|
||
|
|
||
|
include $(top_srcdir)/rdft/simd/codlist.mk
|
||
|
include $(top_srcdir)/rdft/simd/simd.mk
|
||
|
|
||
|
if HAVE_SSE2
|
||
|
|
||
|
BUILT_SOURCES = $(EXTRA_DIST)
|
||
|
noinst_LTLIBRARIES = librdft_sse2_codelets.la
|
||
|
librdft_sse2_codelets_la_SOURCES = $(BUILT_SOURCES)
|
||
|
|
||
|
endif
|
||
|
|
||
|
|