[clang] [clang] Enable constexpr handling for __builtin_elementwise_fma (PR #152919)
Chaitanya Koparkar via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 10 12:19:10 PDT 2025
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
More information about the cfe-commits
mailing list