[libc-commits] [libc] [llvm] Refactor bf16addf128 to header only (PR #181058)
via libc-commits
libc-commits at lists.llvm.org
Thu Feb 12 11:49:21 PST 2026
================
@@ -2624,6 +2624,17 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_bf16addf128",
+ hdrs = ["src/__support/math/bf16addf128.h"],
+ deps = [
+ ":__support_fputil_basic_operations",
+ ":__support_fputil_bfloat16",
+ ":__support_macros_config",
+ ":__support_macros_properties_types",
+ ],
----------------
abhijeetsharma200 wrote:
Done!
https://github.com/llvm/llvm-project/pull/181058
More information about the libc-commits
mailing list