[libc-commits] [libc] [libc][math][c23] Implemented sinpif function correctly rounded for all rounding modes. (PR #97149)

via libc-commits libc-commits at lists.llvm.org
Sat Jun 29 05:07:36 PDT 2024


================
@@ -514,6 +514,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.sincosf
     libc.src.math.sinf
     libc.src.math.sinhf
+    libc.src.math.sinpif
----------------
lntue wrote:

I think it is safe to also add it for aarch64, riscv64, and darwin/arm

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


More information about the libc-commits mailing list