[libc-commits] [libc] [libc][math][c23] Implement canonicalize functions (PR #85940)
via libc-commits
libc-commits at lists.llvm.org
Wed Mar 20 07:54:55 PDT 2024
================
@@ -342,6 +342,10 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.asinhf
libc.src.math.atanf
libc.src.math.atanhf
+ libc.src.math.canonicalize
+ libc.src.math.canonicalizef
+ libc.src.math.canonicalizef128
----------------
lntue wrote:
float128 is guarded, and their entry points are added in lines 480+ below.
https://github.com/llvm/llvm-project/pull/85940
More information about the libc-commits
mailing list