|
@@ -57,11 +57,15 @@ var internalerror:errorproc;
|
|
|
|
|
|
{Same issue, avoid dependency on cpuinfo because the cpu directory isn't
|
|
{Same issue, avoid dependency on cpuinfo because the cpu directory isn't
|
|
searched during utils building.}
|
|
searched during utils building.}
|
|
|
|
+{$ifdef GENERIC_CPU}
|
|
|
|
+type bestreal=extended;
|
|
|
|
+{$else}
|
|
{$ifdef x86}
|
|
{$ifdef x86}
|
|
type bestreal=extended;
|
|
type bestreal=extended;
|
|
{$else}
|
|
{$else}
|
|
type bestreal=double;
|
|
type bestreal=double;
|
|
{$endif}
|
|
{$endif}
|
|
|
|
+{$endif}
|
|
|
|
|
|
operator := (const u:qword):Tconstexprint;inline;
|
|
operator := (const u:qword):Tconstexprint;inline;
|
|
operator := (const s:int64):Tconstexprint;inline;
|
|
operator := (const s:int64):Tconstexprint;inline;
|