[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


================
@@ -5127,10 +5127,8 @@ add_entrypoint_object(
     ../bf16divf128.h
   DEPENDS
     libc.src.__support.common
-    libc.src.__support.FPUtil.bfloat16
-    libc.src.__support.FPUtil.generic.div
     libc.src.__support.macros.config
-    libc.src.__support.macros.properties.types
+    libc.src.__support.math.bf16divf128
----------------
bassiounix wrote:

This should be the only dep. remove the rest as previous PRs

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


More information about the libc-commits mailing list