disable ARM assembly optimization on armel

This commit is contained in:
Sébastien Noel 2025-02-24 10:04:16 +01:00
parent 3a617322fc
commit 8e0d30cd5c

View File

@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
extern FLOAT mth_fCSGEpsilon; extern FLOAT mth_fCSGEpsilon;
#ifdef __arm__ #if defined __arm__ && defined __ARM_PCS_VFP
#define SPHERE_HACK #define SPHERE_HACK
#endif #endif