mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-08 21:49:32 +01:00
* Use new qword_to_float32/64 compilerproc functions in first_int_to_real
git-svn-id: trunk@17624 -
This commit is contained in:
parent
28e5db2df8
commit
1f023f4b36
@ -2463,7 +2463,7 @@ implementation
|
|||||||
fname:='int64_to_'
|
fname:='int64_to_'
|
||||||
else
|
else
|
||||||
{ we can't do better currently }
|
{ we can't do better currently }
|
||||||
fname:='int64_to_';
|
fname:='qword_to_';
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
{ other integers are supposed to be 32 bit }
|
{ other integers are supposed to be 32 bit }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user