You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! I think we need to move up #if defined(CRT_HAS_TF_MODE) before the int_to_fp_impl.inc include and defines. That target it seems doesn't support __float128 and long double isn't a 128-bit float, so I think those helpers are never compiled.
It looks like int_to_fp.h also shouldn't be making the assumption that long double is a 128-bit float and have an ifdef similar to the one in fp_trunc.h. But I think that's separate to this bug.
After this commit: 6dfea56,
I see the error:
to reproduce:
the error seems to be caused by wrongly assuming the size of a
long double
The text was updated successfully, but these errors were encountered: