aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Sarett <msarett@google.com>2015-11-06 16:14:17 -0500
committerMatt Sarett <msarett@google.com>2015-11-06 16:14:17 -0500
commitbeeb820d61c004d37f2f9930b1c79e8be9761fb2 (patch)
tree7a0d28f5a6142c6b3d4ea71c7cd5f4468ed47dfc
parent657657c031c8d7f17b6a847f203113d2982b47e7 (diff)
downloadlibjpeg-turbo-beeb820d61c004d37f2f9930b1c79e8be9761fb2.tar.gz
Temporarily don't compile ARM v8 NEON code
Change-Id: Idd23e749fef193ee5ddaba02dad88939c5755ad3
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 337d6740..11eff664 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,7 +31,8 @@ ifeq ($(strip $(TARGET_ARCH)),arm)
endif
# ARM v8 64-bit NEON
-LOCAL_SRC_FILES_arm64 += simd/jsimd_arm64_neon.S simd/jsimd_arm64.c
+# TODO (msarett): Figure out why this won't compile on Nexus 9.
+# LOCAL_SRC_FILES_arm64 += simd/jsimd_arm64_neon.S simd/jsimd_arm64.c
# TODO (msarett): x86 and x86_64 SIMD. Cross-compiling these assembly files
# on Linux for Android is very tricky. This will require a