[libc-commits] [libc] [libc][math][c23] Add hypotbf16 function (PR #183460)
via libc-commits
libc-commits at lists.llvm.org
Fri Feb 27 07:43:41 PST 2026
================
@@ -448,6 +447,7 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.getpayloadf
libc.src.math.getpayloadl
libc.src.math.hypot
+ libc.src.math.hypotbf16
----------------
lntue wrote:
`bf16` functions have their own group below. Same with other entrypoints.txt files.
https://github.com/llvm/llvm-project/pull/183460
More information about the libc-commits
mailing list