llvm-project
llvm-project copied to clipboard
long double routines do not link correctly
_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