1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Enable compiler vectorization in android make file.

This commit is contained in:
Francisco Zurita 2016-07-20 08:51:41 -04:00 committed by Sergey Lipskiy
parent e0d8830b2a
commit 149c0c517e

View File

@ -99,7 +99,7 @@ ifeq ($(TARGET_ARCH_ABI), armeabi-v7a)
MY_LOCAL_SRC_FILES += $(SRCDIR)/gSPNeon.cpp.neon
MY_LOCAL_CFLAGS += -DARM_ASM
MY_LOCAL_CFLAGS += -D__NEON_OPT
MY_LOCAL_CFLAGS += -D__VEC4_OPT
MY_LOCAL_CFLAGS += -D__VEC4_OPT -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -mvectorize-with-neon-quad -ftree-vectorizer-verbose=2 -funsafe-math-optimizations
else ifeq ($(TARGET_ARCH_ABI), x86)
# MY_LOCAL_CFLAGS += -DX86_ASM