[libc-commits] [libc] [libc] Add sinpif16 function (PR #110994)
via libc-commits
libc-commits at lists.llvm.org
Fri Oct 11 13:01:30 PDT 2024
================
@@ -573,6 +573,7 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.sinf
libc.src.math.sinhf
libc.src.math.sinpif
+ libc.src.math.sinpif16
----------------
overmighty wrote:
Should be moved to https://github.com/llvm/llvm-project/blob/0f4af0776336de1a0b7389171b09720770b55cd0/libc/config/linux/x86_64/entrypoints.txt#L600-L602 just like for AArch64.
https://github.com/llvm/llvm-project/pull/110994
More information about the libc-commits
mailing list