[libc-commits] [libc] [llvm] [libc][math][c23] Add rsqrtf16() function (PR #137545)
via libc-commits
libc-commits at lists.llvm.org
Tue Sep 16 15:47:41 PDT 2025
================
@@ -784,6 +784,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
libc.src.math.rintf16
libc.src.math.roundevenf16
libc.src.math.roundf16
+ libc.src.math.rsqrtf16
----------------
lntue wrote:
also add entrypoints for other targets that have float16.
https://github.com/llvm/llvm-project/pull/137545
More information about the libc-commits
mailing list