[libc-commits] [libc] [llvm] [libc] use constexpr for sinpif (PR #176580)
via libc-commits
libc-commits at lists.llvm.org
Sat Jan 17 10:17:59 PST 2026
================
@@ -1086,6 +1086,22 @@ add_header_library(
libc.src.__support.FPUtil.multiply_add
)
+add_header_library(
+ sinpif
+ HDRS
+ sinpif.h
+ DEPENDS
+ .exp10f_utils
----------------
AnonMiraj wrote:
```suggestion
```
exp10f utils is not needed here
https://github.com/llvm/llvm-project/pull/176580
More information about the libc-commits
mailing list