mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 12:49:08 +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
|
Var
|
||||||
{$endif FPC_HAS_FEATURE_THREADING}
|
{$endif FPC_HAS_FEATURE_THREADING}
|
||||||
softfloat_exception_flags : TFPUExceptionMask;
|
softfloat_exception_flags : TFPUExceptionMask;
|
||||||
|
|
||||||
{ global/shared just like the native ones }
|
|
||||||
var
|
|
||||||
softfloat_exception_mask : TFPUExceptionMask;
|
softfloat_exception_mask : TFPUExceptionMask;
|
||||||
softfloat_rounding_mode : TFPURoundingMode;
|
softfloat_rounding_mode : TFPURoundingMode;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user