[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:38:59 PST 2026
================
@@ -671,6 +671,7 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
libc.src.math.nextdownbf16
libc.src.math.nexttowardbf16
libc.src.math.nextupbf16
+ libc.src.math.powf16
----------------
lntue wrote:
look like this group is for `bf16` functions, not `f16`?
https://github.com/llvm/llvm-project/pull/159906
More information about the libc-commits
mailing list