[fpc-devel] soft-fpu

Florian Klämpfl florian at freepascal.org
Wed Jul 10 19:36:14 CEST 2024



> Am 10.07.2024 um 19:21 schrieb Martin Frb via fpc-devel <fpc-devel at lists.freepascal.org>:
> 
> Any hints on using unit SoftFpu? (or any alternative)
> 
> I have an 80 bit float (from an external source) that needs to be converted to double.
> 
> But if I do
>   uses softfpu, ufloatx80
> 
> then I get
>   Error: Multiple defined symbol "INT32_TO_FLOAT64"
> 
> and many more…


The can be used only automatically by compiler magic. 80 bit soft float support is only limited though. But I guess you can rip out the float80 to float64 code as it has some very liberal license.



More information about the fpc-devel mailing list