(Android) Define __ARM_NEON__ for ARMv7 ABI

This commit is contained in:
twinaphex 2014-08-03 00:57:16 +02:00
parent b76a2c2cee
commit aa8aa948c1

View File

@ -25,6 +25,7 @@ endif
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
ifeq ($(HAVE_NEON),1)
LOCAL_CFLAGS += -D__ARM_NEON__
LOCAL_SRC_FILES += $(RARCH_DIR)/audio/utils_neon.S.neon
LOCAL_SRC_FILES += $(RARCH_DIR)/audio/sinc_neon.S.neon
endif