mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-06 21:05:04 +00:00
54e93db207
not reliable yet
13 lines
289 B
Makefile
13 lines
289 B
Makefile
AM_CFLAGS = $(VSX_CFLAGS)
|
|
SIMD_HEADER=simd-support/simd-vsx.h
|
|
|
|
include $(top_srcdir)/dft/simd/codlist.mk
|
|
include $(top_srcdir)/dft/simd/simd.mk
|
|
|
|
if HAVE_VSX
|
|
|
|
BUILT_SOURCES = $(EXTRA_DIST)
|
|
noinst_LTLIBRARIES = libdft_vsx_codelets.la
|
|
libdft_vsx_codelets_la_SOURCES = $(BUILT_SOURCES)
|
|
|
|
endif
|