Updates
This commit is contained in:
13
fftw-3.3.10/rdft/simd/neon/Makefile.am
Normal file
13
fftw-3.3.10/rdft/simd/neon/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
AM_CFLAGS = $(NEON_CFLAGS)
|
||||
SIMD_HEADER=simd-support/simd-neon.h
|
||||
|
||||
include $(top_srcdir)/rdft/simd/codlist.mk
|
||||
include $(top_srcdir)/rdft/simd/simd.mk
|
||||
|
||||
if HAVE_NEON
|
||||
|
||||
noinst_LTLIBRARIES = librdft_neon_codelets.la
|
||||
BUILT_SOURCES = $(EXTRA_DIST)
|
||||
librdft_neon_codelets_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user