mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-09 22:32:37 +02:00
* Define FPC_SYSTEM_HAS_FLOAT32/64 in softfpu unit
git-svn-id: trunk@17701 -
This commit is contained in:
parent
abd6d1800e
commit
144d4c41f2
@ -96,6 +96,7 @@ Software IEC/IEEE floating-point types.
|
|||||||
}
|
}
|
||||||
TYPE
|
TYPE
|
||||||
float32 = longword;
|
float32 = longword;
|
||||||
|
{$define FPC_SYSTEM_HAS_float32}
|
||||||
{ we use here a record in the function header because
|
{ we use here a record in the function header because
|
||||||
the record allows bitwise conversion to single }
|
the record allows bitwise conversion to single }
|
||||||
float32rec = record
|
float32rec = record
|
||||||
@ -165,6 +166,9 @@ TYPE
|
|||||||
end;
|
end;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$define FPC_SYSTEM_HAS_float64}
|
||||||
|
|
||||||
|
|
||||||
{*
|
{*
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Returns 1 if the double-precision floating-point value `a' is less than
|
Returns 1 if the double-precision floating-point value `a' is less than
|
||||||
|
Loading…
Reference in New Issue
Block a user