[libc] [llvm] [libc][math][c23] Add fsqrtf16 C23 math functions. (PR #131153)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 20:17:45 PDT 2025
lntue wrote:
Sorry what I meant was that, the square root function that take `float` input and return `float16` would be named `f16sqrtf`, which is already implemented. And there will NOT be `fsqrtf16` function, because following the naming, it is supposed to take `float16` input, and return `float` output. But `float` is wider than `float16`.
https://github.com/llvm/llvm-project/pull/131153
More information about the llvm-commits
mailing list