mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-25 15:58:52 +02:00
* building on non-x86/non-xtensa fixed
git-svn-id: trunk@44551 -
This commit is contained in:
parent
3705f95b92
commit
96a368fdf9
@ -2357,9 +2357,9 @@ implementation
|
|||||||
{$ifdef x86}
|
{$ifdef x86}
|
||||||
result:=use_vectorfpu(self);
|
result:=use_vectorfpu(self);
|
||||||
{$else x86}
|
{$else x86}
|
||||||
result:=(typ=floatdef) and not(cs_fp_emulation in current_settings.moduleswitches) and
|
result:=(typ=floatdef) and not(cs_fp_emulation in current_settings.moduleswitches)
|
||||||
{$ifdef xtensa}
|
{$ifdef xtensa}
|
||||||
(FPUXTENSA_SINGLE in fpu_capabilities[init_settings.fputype]) and (tfloatdef(self).floattype=s32real)
|
and (FPUXTENSA_SINGLE in fpu_capabilities[init_settings.fputype]) and (tfloatdef(self).floattype=s32real)
|
||||||
{$endif xtensa}
|
{$endif xtensa}
|
||||||
;
|
;
|
||||||
{$endif x86}
|
{$endif x86}
|
||||||
|
Loading…
Reference in New Issue
Block a user