am e267d220: Merge "Build the neon intrinsics for arm64-v8a and x86_64 as well"
* commit 'e267d2209dfd8139dd90ba313f2b1ac4f0ea904d': Build the neon intrinsics for arm64-v8a and x86_64 as well
This commit is contained in:
@@ -6,7 +6,7 @@ LOCAL_MODULE := helloneon
|
|||||||
|
|
||||||
LOCAL_SRC_FILES := helloneon.c
|
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
|
LOCAL_CFLAGS := -DHAVE_NEON=1
|
||||||
ifeq ($(TARGET_ARCH_ABI),x86)
|
ifeq ($(TARGET_ARCH_ABI),x86)
|
||||||
LOCAL_CFLAGS += -mssse3
|
LOCAL_CFLAGS += -mssse3
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
|
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user