[libc-commits] [libc] [libc] Add sinpif16 function (PR #110994)
via libc-commits
libc-commits at lists.llvm.org
Mon Oct 7 02:05:53 PDT 2024
================
@@ -570,6 +570,7 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.sinf
libc.src.math.sinhf
libc.src.math.sinpif
+ libc.src.math.sinpif16
----------------
overmighty wrote:
`_Float16` entrypoints should be listed in https://github.com/llvm/llvm-project/blob/924a64a3486f9962c42d4ec253774eb2c586ac33/libc/config/linux/aarch64/entrypoints.txt#L603-L605 below, not here. The same goes for all targets.
https://github.com/llvm/llvm-project/pull/110994
More information about the libc-commits
mailing list