[libc] [llvm] [libc][math][c23] Add fmaf16 C23 math function. (PR #130757)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 07:40:31 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:
I don't see changes to this file. Did you forget to push the update?
https://github.com/llvm/llvm-project/pull/130757
More information about the llvm-commits
mailing list