[libc-commits] [libc] [libc][math] Adds entrypoint and tests for nearbyintf128, scalbnf128 (PR #88443)

via libc-commits libc-commits at lists.llvm.org
Thu Apr 11 21:06:29 PDT 2024


lntue wrote:

About the `__builtin_unreachable`, currently we only support 4 rounding modes, leaving the `default` case as `__builtin_unreachable` will help us to detect if the values returned by `quick_get_round` is unexpected by using UBSAN build and test config.

https://github.com/llvm/llvm-project/pull/88443


More information about the libc-commits mailing list