[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 22:50:11 PST 2026
================
@@ -1159,6 +1159,27 @@ add_header_library(
libc.include.llvm-libc-macros.float16_macros
)
+add_header_library(
+ sincos
+ HDRS
+ sincos.h
+ DEPENDS
+ libc.hdr.errno_macros
+ .range_reduction_double
+ .sincos_eval
----------------
bassiounix wrote:
```suggestion
.range_reduction_double
.sincos_eval
libc.hdr.errno_macros
```
https://github.com/llvm/llvm-project/pull/177522
More information about the libc-commits
mailing list