From 8e0d30cd5c2bd5ec9542cfe53b844568be01dbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Noel?= Date: Mon, 24 Feb 2025 10:04:16 +0100 Subject: [PATCH] disable ARM assembly optimization on armel --- Sources/Engine/Templates/BSP_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Engine/Templates/BSP_internal.h b/Sources/Engine/Templates/BSP_internal.h index c68eeb2..2527ed0 100755 --- a/Sources/Engine/Templates/BSP_internal.h +++ b/Sources/Engine/Templates/BSP_internal.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., extern FLOAT mth_fCSGEpsilon; -#ifdef __arm__ +#if defined __arm__ && defined __ARM_PCS_VFP #define SPHERE_HACK #endif