mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Further adjust the android-x86 optimization settings
This commit is contained in:
parent
0e8193134c
commit
122f19a3cf
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ ifeq ($(TARGET_ARCH_ABI),x86)
|
|||
LOCAL_LDLIBS += $(LOCAL_PATH)/../../ffmpeg/android/x86/lib/libavutil.a
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../ffmpeg/android/x86/include
|
||||
|
||||
LOCAL_CFLAGS := $(LOCAL_CFLAGS) -D_M_IX86 -fomit-frame-pointer -mtune=atom -mfpmath=sse
|
||||
LOCAL_CFLAGS := $(LOCAL_CFLAGS) -D_M_IX86 -fomit-frame-pointer -mtune=atom -mfpmath=sse -mssse3
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue