[libc-commits] [libc] [llvm] [libc][math] Refactor bf16divf128 to Header Only (PR #186641)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Mon Mar 16 04:44:55 PDT 2026


================
@@ -3178,6 +3178,17 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_bf16divf128",
+    hdrs = ["src/__support/math/bf16divf128.h"],
+    deps = [
+        ":__support_fputil_basic_operations",
+        ":__support_fputil_bfloat16",
+        ":__support_macros_config",
+        ":llvm_libc_types_float128",
----------------
vhscampos wrote:

I don't understand Bazel too well, but the same comments about potentially superfluous dependencies may apply here

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


More information about the libc-commits mailing list