[libc-commits] [libc] [llvm] Refactor bf16addf128 to header only (PR #181058)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 12 11:48:57 PST 2026


================
@@ -332,6 +332,17 @@ add_header_library(
     libc.src.__support.macros.optimization
 )
 
+add_header_library(
+  bf16addf128
+  HDRS
+    bf16addf128.h
+  DEPENDS
+    libc.src.__support.FPUtil.bfloat16
+    libc.src.__support.FPUtil.generic.add_sub
+    libc.src.__support.macros.config
+    libc.src.__support.macros.properties.types
----------------
abhijeetsharma200 wrote:

Done!

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


More information about the libc-commits mailing list