[libc-commits] [libc] [libc][math] Implement iscanonical[f|l] as a libc math function (PR #110565)
via libc-commits
libc-commits at lists.llvm.org
Mon Sep 30 23:58:39 PDT 2024
================
@@ -378,6 +378,9 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.canonicalize
libc.src.math.canonicalizef
libc.src.math.canonicalizel
+ libc.src.math.iscanonical
+ libc.src.math.iscanonicalf
+ libc.src.math.iscanonicall
libc.src.math.cbrt
----------------
overmighty wrote:
Nit: should sort the entrypoint list with the `sort` command. Same for the other entrypoints.txt files.
https://github.com/llvm/llvm-project/pull/110565
More information about the libc-commits
mailing list