mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +02:00
Set float type information in system interface part for mips64 and mips64el CPUs
This commit is contained in:
parent
4db332fecf
commit
fbed068048
@ -269,6 +269,19 @@ Type
|
||||
{$endif}
|
||||
{$endif CPUMIPS32}
|
||||
|
||||
{$if defined(CPUMIPS64) or defined(CPUMIPS64EL)}
|
||||
{$define DEFAULT_DOUBLE}
|
||||
|
||||
{$define FPC_INCLUDE_SOFTWARE_SHIFT_INT64}
|
||||
|
||||
{$define SUPPORT_SINGLE}
|
||||
{$define SUPPORT_DOUBLE}
|
||||
|
||||
{$define FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE}
|
||||
|
||||
ValReal = Double;
|
||||
{$endif CPUMIPS64}
|
||||
|
||||
|
||||
{$ifdef CPUARM}
|
||||
{$define DEFAULT_DOUBLE}
|
||||
|
Loading…
Reference in New Issue
Block a user