mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
54e93db207
not reliable yet
15 lines
414 B
Makefile
15 lines
414 B
Makefile
AM_CPPFLAGS = -I $(top_srcdir)
|
|
noinst_LTLIBRARIES = libsimd_support.la
|
|
|
|
libsimd_support_la_SOURCES = taint.c simd-common.h \
|
|
x86-cpuid.h amd64-cpuid.h \
|
|
simd-sse2.h sse2.c \
|
|
avx.c simd-avx.h \
|
|
avx-128-fma.c simd-avx-128-fma.h \
|
|
avx2.c simd-avx2.h simd-avx2-128.h \
|
|
avx512.c simd-avx512.h \
|
|
kcvi.c simd-kcvi.h \
|
|
altivec.c simd-altivec.h vsx.c simd-vsx.h \
|
|
neon.c simd-neon.h \
|
|
simd-generic128.h simd-generic256.h
|
|
|