[libc-commits] [libc] [llvm] [libc][math] Implement C23 half precision pow function (PR #159906)
via libc-commits
libc-commits at lists.llvm.org
Fri Feb 27 07:39:25 PST 2026
================
@@ -515,6 +515,7 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
libc.src.math.nextdownbf16
libc.src.math.nexttowardbf16
libc.src.math.nextupbf16
+ libc.src.math.powf16
----------------
lntue wrote:
this group is for `bf16` functions?
https://github.com/llvm/llvm-project/pull/159906
More information about the libc-commits
mailing list