[libc-commits] [libc] [libc][math] Implementation of sinpi, correctly rounded to all modes (PR #137953)
via libc-commits
libc-commits at lists.llvm.org
Fri May 2 04:43:57 PDT 2025
================
@@ -495,6 +493,27 @@ add_entrypoint_object(
libc.src.__support.macros.optimization
)
+add_entrypoint_object(
+ sinpi
+ SRCS
+ sinpi.cpp
+ HDRS
+ ../sinpi.h
+ range_reduction_double_fma.h
----------------
overmighty wrote:
range_reduction_double_fma.h is already part of the `range_reduction_double` header library.
```suggestion
HDRS
../sinpi.h
```
https://github.com/llvm/llvm-project/pull/137953
More information about the libc-commits
mailing list