mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:29:21 +02:00
* make rounding mode and exception mask thread variables as well
This commit is contained in:
parent
3490217489
commit
02b31542f6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user