[libc-commits] [libc] [llvm] [libc] Modify nearbyintf128 to use emulated Float128 type (PR #217025)

via libc-commits libc-commits at lists.llvm.org
Wed Aug 19 03:54:55 PDT 2026


================
@@ -12910,6 +12910,8 @@ libc_math_function(
 libc_math_function(
     name = "nearbyintf128",
     additional_deps = [
+        ":__support_cpp_bit",
+        ":__support_fputil_float128",
----------------
Sukumarsawant wrote:

fails bazel as answered on discord.

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


More information about the libc-commits mailing list