Hi Florian!
Now it works as expected. Thanks!
Em dom., 16 de fev. de 2020 às 18:32, Florian Klämpfl <
flor...@freepascal.org> escreveu:
> Am 01.02.20 um 18:13 schrieb je...@j-software.dk:
> > Agreed, the rtl should definitely divide by pagesize if MMAP2 is
> > defined. I've run into this discrep
> In theory yes, but it's not recommended, because Microsoft does not recommend
> it (not to mention that it isn't even remotely tested as much as the normal
> Win64 target).
>
> Regards,
> Sven
Got it. Thanks for the clarification.
-- Regards,
Denis Golovan
___
denisgolovan schrieb am Mi., 26. Feb. 2020, 11:38:
>
>
> > 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).
>
> So, Linux x64 having hardware Extended sup
> 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).
So, Linux x64 having hardware Extended support is just an exception?
Or maybe it's possible to build
denisgolovan via fpc-pascal schrieb am
Di., 25. Feb. 2020, 23:01:
> Hi all
>
> I'm trying to get an idea if Extended float is/can actually be 80bit?
> I have FPC built under Linux x64 and it works fine (co-processor command
> are actually used).
>
> But I haven't found any reliable information ab