[libc-commits] [libc] [llvm] [libc][math] Refactor logf16 to header-only shared math (PR #175408)

cpist via libc-commits libc-commits at lists.llvm.org
Tue Jan 20 04:07:41 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",
----------------
cpist wrote:

I was mistaken about the poly_eval. 
I verified the required dependency names in the CMake file.

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


More information about the libc-commits mailing list