Merge "Build the neon intrinsics for arm64-v8a and x86_64 as well"

This commit is contained in:
Andrew Hsieh
2015-05-22 05:55:46 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ LOCAL_MODULE := helloneon
LOCAL_SRC_FILES := helloneon.c
ifeq ($(TARGET_ARCH_ABI),$(filter $(TARGET_ARCH_ABI), armeabi-v7a x86))
ifeq ($(TARGET_ARCH_ABI),$(filter $(TARGET_ARCH_ABI), armeabi-v7a x86 x86_64 arm64-v8a))
LOCAL_CFLAGS := -DHAVE_NEON=1
ifeq ($(TARGET_ARCH_ABI),x86)
LOCAL_CFLAGS += -mssse3

View File

@@ -1 +1 @@
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 x86_64