> Am 10.07.2024 um 19:21 schrieb Martin Frb via fpc-devel 
> <fpc-devel@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.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to