# this directory contains files that can only be compiled with
# SIMD_CFLAGS

AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/simd
AM_CFLAGS = $(SIMD_CFLAGS)
noinst_LTLIBRARIES = libsimd_nonportable.la

libsimd_nonportable_la_SOURCES = sse.c sse2.c


syntax highlighted by Code2HTML, v. 0.9.1