Use vfpv2 instead of softvfp+vfpv2

This commit is contained in:
Shinovon 2026-05-08 20:46:20 +05:00
parent e81dbee77a
commit 0d9599fd52
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ SRCDBG
OPTION ARMCC --gnu -Otime --diag_suppress 1,68,111,174,381,1293
OPTION_REPLACE ARMCC --cpu 6
OPTION_REPLACE ARMCC --fpu softvfp+vfpv2 --fpmode fast
OPTION_REPLACE ARMCC --fpu vfpv2 --fpmode fast
OPTION_REPLACE ARMCC -O2 -O3
#ifdef ARMCC
ALWAYS_BUILD_AS_ARM

View file

@ -6,5 +6,6 @@ LIBRARY libglesv2.lib
LIBRARY libegl.lib
LIBRARY platformver.lib
STATICLIBRARY librw_gles2.lib
ARMFPU softvfp+vfpv2
ARMFPU vfpv2
SMPSAFE
#include "re3.mmh"