[libc-commits] [libc] [llvm] [libc][math] Refactor sincos implementation to header only (PR #177522)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Jan 26 13:46:51 PST 2026


================
@@ -3403,6 +3403,24 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_sincos",
+    hdrs = ["src/__support/math/sincos.h"],
+    deps = [
+        ":__support_common",
+        ":__support_fputil_fenv_impl",
+        ":__support_fputil_fp_bits",
+        ":__support_fputil_double_double",
+        ":__support_fputil_dyadic_float",
+        ":__support_fputil_except_value_utils",
+        ":__support_fputil_multiply_add",
+        ":__support_fputil_rounding_mode",
+        ":__support_macros_optimization",
+        ":__support_macros_properties_cpu_features",
+        ":__support_macros_config"
----------------
bassiounix wrote:

pleas add the math deps

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


More information about the libc-commits mailing list