dcaballe wrote: IIRC, `math.fma` represents a library implementation of FMA, which would result in a library call, whereas `vector.fma` is expected to be lowered to an fma LLVM or hardware intrinsic... https://github.com/llvm/llvm-project/pull/132611