From 02b31542f677b3f7cb6eacbf1b8f004d3aa86120 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 21 Jan 2025 22:53:12 +0100 Subject: [PATCH] * make rounding mode and exception mask thread variables as well --- rtl/inc/mathh.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rtl/inc/mathh.inc b/rtl/inc/mathh.inc index a45e62e90a..2d8ff6ebbc 100644 --- a/rtl/inc/mathh.inc +++ b/rtl/inc/mathh.inc @@ -98,9 +98,6 @@ ThreadVar Var {$endif FPC_HAS_FEATURE_THREADING} softfloat_exception_flags : TFPUExceptionMask; - -{ global/shared just like the native ones } -var softfloat_exception_mask : TFPUExceptionMask; softfloat_rounding_mode : TFPURoundingMode;