llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

long double routines do not link correctly

Open ZERICO2005 opened this issue 8 months ago • 0 comments

_fabsl _copysignl _truncl _floorl _ceill _roundl _nearbyintl _rintl _fmaxl _fminl _fmal which take 64bit long double will link to _fabs _copysign _trunc _floor _ceil _round _nearbyint _rint _fmax _fmin _fma, which take 32bit double. This causes problems as the input and output types are different widths

https://github.com/CE-Programming/toolchain/issues/540

ZERICO2005 avatar Feb 28 '25 17:02 ZERICO2005