================ @@ -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