[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
Thu Jan 29 19:02:10 PST 2026


================
@@ -1151,6 +1151,20 @@ add_header_library(
 )
 
 add_header_library(
+  sincos
+  HDRS
+    sincos.h
+  DEPENDS
+    .range_reduction_double
+    .sincos_eval
+    libc.hdr.errno_macros
+    libc.src.__support.FPUtil.double_double
+    libc.src.__support.FPUtil.dyadic_float
+    libc.src.__support.FPUtil.except_value_utils
+    libc.src.__support.FPUtil.fenv_impl
+    libc.src.__support.FPUtil.fp_bits
+    libc.src.__support.FPUtil.multiply_add
+    libc.src.__support.macros.optimization
----------------
bassiounix wrote:

This is wrong, why are you colliding the entries?

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


More information about the libc-commits mailing list