[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:54 PDT 2026


================
@@ -452,6 +452,18 @@ add_header_library(
     libc.src.__support.macros.config
 )
 
+add_header_library(
+  bf16divf128
+  HDRS
+    bf16divf128.h
+  DEPENDS
+    libc.include.llvm-libc-types.float128
----------------
vhscampos wrote:

Dependencies at lines 460 and 464 are not used in `bf16divf128.h`

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


More information about the libc-commits mailing list