[libc] [llvm] [libc][math][c23] Add fmaf16 C23 math function. (PR #130757)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 04:54:03 PDT 2025
================
@@ -2826,6 +2826,8 @@ libc_math_function(name = "floorf16")
# TODO: Add fma, fmaf, fmal, fmaf128 functions.
+libc_math_function(name = "fmaf16")
+
----------------
lntue wrote:
@harrisonGPU you'll need to add extra dependency similar to `ffma` as above.
https://github.com/llvm/llvm-project/pull/130757
More information about the llvm-commits
mailing list