[libc] [llvm] [libc][math][c23] Add fmaf16 C23 math function. (PR #130757)

Harrison Hao via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 20:22:51 PDT 2025


================
@@ -474,6 +474,11 @@ math_test(
 
 # TODO: Add fma, fmaf, fmal, fmaf128 tests.
 
+math_test(
+    name = "fmaf16",
+    hdrs = ["FMaxTest.h"],
+)
----------------
harrisonGPU wrote:

Done.


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


More information about the llvm-commits mailing list