[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


================
@@ -3146,6 +3146,37 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_fputil_poly_eval",
+    hdrs = ["src/__support/FPUtil/PolyEval.h"],
+    deps = [
+        ":__support_common", 
+        ":__support_cpp_type_traits",
+        ":__support_fputil_multiply_add",
+        ":__support_macros_config",
+    ],
+)
----------------
bassiounix wrote:

You could safely add missing targets in its own area in the file.

however, `__support_fputil_polyeval` already exists.

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


More information about the libc-commits mailing list