mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Adding optimization for brief and android using NEON SIMD intrinsics
This commit is contained in:
@@ -3,7 +3,11 @@ LOCAL_PATH := ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := ${android_module_name}
|
||||
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
LOCAL_ARM_NEON := true
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES := ${android_srcs}
|
||||
|
||||
LOCAL_CFLAGS := ${android_defs}
|
||||
|
||||
Reference in New Issue
Block a user