On 10/4/2022 1:07 AM, Christo Crause wrote:
On Tue, 4 Oct 2022, 01:15 Travis Siegel via fpc-devel,
wrote:
Does this process use gcc to do the compile, instead of fpc
directly? If
it does, I will dig into making it compatible with Parallax's line of
propeller boards,
Does this process use gcc to do the compile, instead of fpc directly? If
it does, I will dig into making it compatible with Parallax's line of
propeller boards, since it now supports GCC to generate code for the
propeller 1 and 2 boards. Being able to program these in pascal would
be wonderful
On 1/13/2022 12:48 AM, Nikolay Nikolov via fpc-devel wrote:
The i386 compiler uses the x87 FPU for floating point. The x87
supports the 32-bit single precision floating point type, the 64-bit
double precision floating point type and the 80-bit extended precision
extended floating point type. S
On 1/12/2022 5:20 PM, Sven Barth via fpc-devel wrote:
When compiling from a target supporting Extended to one only
supporting Double there isn't a loss of precision when calculating
values at compile time. The other way around however, there *is* and
that is the more crucial problem.
Regards
Personally, I like the idea of having as much optimization as possible,
but I'm likely in the minority here. Since your original submission
covered the (probably) most often used case, I'd say at this point, it's
probably fine the way it is.
On the other hand, depending on timing, (I.E. how l
On 9/28/2020 9:35 AM, Nikolay Nikolov via fpc-devel wrote:
On 9/28/20 12:24 AM, Travis Siegel via fpc-devel wrote:
How does one get a 64-bit version on windows. When I try to run a
64-bit version on windows, I encounter an error, though I don't
remember what that error is, since I
On 9/27/2020 3:50 PM, Florian Klämpfl via fpc-devel wrote:
- there are little libraries being really IEEE compliant for float128
- if they are IEEE compliant, their license does not allow to use the
code in the FPC rtl.
I don't understand this statement.
How does having all the required fun
How does one get a 64-bit version on windows. When I try to run a
64-bit version on windows, I encounter an error, though I don't remember
what that error is, since I've not tried it for a couple weeks. I
didn't even know there was a 64-bit windows version, because as
mentioned below, linking