ckoparkar wrote: > What about integers and integer vectors?
I believe `__builtin_elementwise_fma` only accepts direct floating point numbers and vectors of floating point numbers as arguments, so we don't need to handle integers. https://github.com/llvm/llvm-project/pull/152919 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
