[libc-commits] [libc] [llvm] [libc][math] Refactor sinpif16 to header only. (PR #178503)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Wed Jan 28 14:49:21 PST 2026


================
@@ -3665,6 +3634,23 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_sinpif16",
+    hdrs = ["src/__support/math/sinpif16.h"],
+    deps = [
+        ":__support_common",
+        ":__support_fputil_cast",
+        ":__support_fputil_fenv_impl",
+        ":__support_fputil_fp_bits",
+        ":__support_fputil_multiply_add",
+        ":__support_fputil_nearest_integer",
+        ":__support_fputil_polyeval",
+        ":__support_macros_config",
+        ":__support_macros_optimization",
+        ":__support_math_sincosf16_utils",
+    ],
----------------
bassiounix wrote:

remember to mimic cmake deps here as well

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


More information about the libc-commits mailing list