[libc-commits] [libc] [llvm] [libc] use constexpr for sinpif (PR #176580)
via libc-commits
libc-commits at lists.llvm.org
Sat Jan 17 10:22:32 PST 2026
================
@@ -3325,6 +3325,12 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_sinpif",
+ hdrs = ["src/__support/math/sinpif.h"],
+ deps = [":__support_sincosf_utils",],
----------------
DannyDaoBoYang wrote:
Thanks you for feed back. I'll add those.
https://github.com/llvm/llvm-project/pull/176580
More information about the libc-commits
mailing list