summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2017-09-18 21:15:08 +0300
committerMichael Bestas <mkbestas@lineageos.org>2017-09-19 13:43:26 +0000
commit0eee11583607ef595adf9833f380f0a2c55d0db8 (patch)
treecfdecd11752affd1aa4ea64f6c70f3d169891030
parent468d5f08801712615c39321b1f22f04c63b1277d (diff)
downloadandroid_external_speex-cm-14.1.tar.gz
android_external_speex-cm-14.1.tar.bz2
android_external_speex-cm-14.1.zip
Remove arm64 NEON warningcm-14.1
* There is no need to inform everyone of an internal TODO that is there since 2014 * This warning is gone in O with Android.bp conversion Change-Id: I3283fce518a4752846d480e63f91b003bfd51c9d
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 22d8cf4..ff5f7ee 100644
--- a/Android.mk
+++ b/Android.mk
@@ -52,10 +52,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -DEXPORT= -DFIXED_POINT -DRESAMPLE_FORCE_FULL_SINC_TABLE
LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
-ifeq ($(TARGET_ARCH),arm64)
-$(warning TODOArm64: enable neon in libspeex)
-endif
-
ifeq ($(ARCH_ARM_HAVE_NEON),true)
LOCAL_CFLAGS_arm += -D_USE_NEON
endif