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
From discussion with @lntue, the functions nextafterf128, nexttowardf128, nearbyintf128, and scalbnf128, and nanf128 need entry points and tests added. nanf128 will also need some updates to strtonan to make it work for 128-bit.
I plan to work on these.
The text was updated successfully, but these errors were encountered:
Continuing #84689, this one required more changes than the others, so I
am making it a separate PR.
Extends some stuff in `str_to_float.h`, `str_to_integer.h` to work on
types wider than `unsigned long long` and `uint64_t`.
cc @lntue for review.
From discussion with @lntue, the functions
nextafterf128
,nexttowardf128
,nearbyintf128
, andscalbnf128
, andnanf128
need entry points and tests added.nanf128
will also need some updates tostrtonan
to make it work for 128-bit.I plan to work on these.
The text was updated successfully, but these errors were encountered: