Re: [fpc-pascal] Extended type under Win64

2020-02-26 Thread Sven Barth via fpc-pascal
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

Re: [fpc-pascal] Extended type under Win64

2020-02-26 Thread denisgolovan via fpc-pascal
> 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

Re: [fpc-pascal] Extended type under Win64

2020-02-26 Thread Sven Barth via fpc-pascal
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

Re: [fpc-pascal] Extended type under Win64

2020-02-26 Thread denisgolovan via fpc-pascal
> 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 ___

Re: [fpc-pascal] fpmmap arm-linux issue

2020-02-26 Thread Fabio Luis Girardi via fpc-pascal
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