[libc-commits] [libc] [llvm] [libc][math] Refactor logf16 to header-only shared math (PR #175408)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 19 07:34:15 PST 2026
================
@@ -3164,6 +3164,26 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_logf16",
+ hdrs = ["src/__support/math/logf16.h"],
+ deps = [
+ ":__support_common",
+ ":__support_fputil_cast",
+ ":__support_fputil_except_value_utils",
+ ":__support_fputil_fenv_impl",
+ ":__support_fputil_fp_bits",
+ ":__support_fputil_multiply_add",
+ ":__support_fputil_poly_eval",
----------------
bassiounix wrote:
Please make sure you are adding the correct deps and their names are correct!
https://github.com/llvm/llvm-project/pull/175408
More information about the libc-commits
mailing list