[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:54:39 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
----------------
AnonMiraj wrote:

done

https://github.com/llvm/llvm-project/pull/159906


More information about the libc-commits mailing list