mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 23:40:14 +02:00
* turn off threadvars in softfpu if threading is not enabled
git-svn-id: trunk@23258 -
This commit is contained in:
parent
eb7882037a
commit
e6f2c8cbd3
@ -47,7 +47,11 @@ Software IEC/IEEE floating-point rounding mode.
|
|||||||
float_round_up = 2;
|
float_round_up = 2;
|
||||||
float_round_to_zero = 3;
|
float_round_to_zero = 3;
|
||||||
|
|
||||||
threadvar
|
{$ifdef FPC_HAS_FEATURE_THREADING}
|
||||||
|
ThreadVar
|
||||||
|
{$else FPC_HAS_FEATURE_THREADING}
|
||||||
|
Var
|
||||||
|
{$endif FPC_HAS_FEATURE_THREADING}
|
||||||
softfloat_exception_mask : Byte;
|
softfloat_exception_mask : Byte;
|
||||||
softfloat_exception_flags : Byte;
|
softfloat_exception_flags : Byte;
|
||||||
softfloat_rounding_mode : Byte;
|
softfloat_rounding_mode : Byte;
|
||||||
|
Loading…
Reference in New Issue
Block a user