* make rounding mode and exception mask thread variables as well

This commit is contained in:
florian 2025-01-21 22:53:12 +01:00
parent 3490217489
commit 02b31542f6

View File

@ -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;