[libc-commits] [libc] [llvm] [libc][math] Refactor bf16divf128 to Header Only (PR #186641)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Tue Mar 17 05:57:11 PDT 2026
================
@@ -3195,6 +3195,16 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_bf16divf128",
+ hdrs = ["src/__support/math/bf16divf128.h"],
+ deps = [
----------------
bassiounix wrote:
not resolved
https://github.com/llvm/llvm-project/pull/186641
More information about the libc-commits
mailing list