mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:29:21 +02:00
Only try to use softfpu functions when fputype is fpu_soft
git-svn-id: trunk@45751 -
This commit is contained in:
parent
cb41b22fdc
commit
96ac7f29f7
@ -113,7 +113,7 @@ implementation
|
|||||||
|
|
||||||
function tarmtypeconvnode.first_real_to_real: tnode;
|
function tarmtypeconvnode.first_real_to_real: tnode;
|
||||||
begin
|
begin
|
||||||
if not(FPUARM_HAS_VFP_DOUBLE in fpu_capabilities[current_settings.fputype]) and
|
if (current_settings.fputype=fpu_soft) and
|
||||||
not (target_info.system in systems_wince) then
|
not (target_info.system in systems_wince) then
|
||||||
begin
|
begin
|
||||||
case tfloatdef(left.resultdef).floattype of
|
case tfloatdef(left.resultdef).floattype of
|
||||||
|
Loading…
Reference in New Issue
Block a user