[fpc-pascal] Floating point question
Jonas Maebe
jonas at freepascal.org
Fri Feb 9 20:53:13 CET 2024
On 09/02/2024 14:04, James Richters via fpc-pascal wrote:
> Is there any way we can please get -CF80 or {$MINFPCONSTPREC 80} or some
> other way to turn off the new behavior for applications that use Extended.
The reason I didn't add it back then is because when parsing the
options, there is no good way to get the maximum supported floating
point precision by the target platform.
However, adding support for an option called -CFMax or similar should be
no problem.
Jonas
More information about the fpc-pascal
mailing list