aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-07-06 03:04:57 +0000
committerTom Gall <tom.gall@linaro.org>2011-07-06 03:04:57 +0000
commite8148c4f02670cdf793ca5b286bd1e72fde0e742 (patch)
treefe9330780ade89ffa8c2e169bee3e693c10d2819
parentd2e72fe9539d4dad832f71acb9b13574645f2a60 (diff)
add compile and assembler options for simd code1.1.1-linaro
-rw-r--r--simd/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/simd/Makefile.am b/simd/Makefile.am
index 62a315e..5ec28b5 100644
--- a/simd/Makefile.am
+++ b/simd/Makefile.am
@@ -8,6 +8,9 @@ EXTRA_DIST = nasm_lt.sh jcclrmmx.asm jcclrss2.asm jdclrmmx.asm jdclrss2.asm \
if SIMD_ARM_NEON
+AM_CFLAGS = -march=armv7-a -mfpu=neon
+AM_CCASFLAGS = -march=armv7-a -mfpu=neon
+
libsimd_la_SOURCES = jsimd_arm_neon.c \
jdcolor-armv7.s \
jdidct-armv7.s