mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-02-25 10:20:03 +01:00
disable ARM assembly optimization on armel
This commit is contained in:
parent
3a617322fc
commit
8e0d30cd5c
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user