<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">denisgolovan via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Di., 25. Feb. 2020, 23:01:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all<br>
<br>
I'm trying to get an idea if Extended float is/can actually be 80bit?<br>
I have FPC built under Linux x64 and it works fine (co-processor command are actually used).<br>
<br>
But I haven't found any reliable information about Win64 support.<br>
Brief FPC source grepping showed FPC_HAS_TYPE_EXTENDED define, but I haven't managed to find where it is defined.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The Extended type is not available for x86_64-win64. You either need to use Double or the software floating point support in unit sfpux80 (though that is  only available in 3.2 and newer). </div><div dir="auto"><br></div><div dir="auto">Please note that you'll have the same problem on any non-x86 platform as that type only exists there (and m68k). </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>