[clang] [compiler-rt] [llvm] [X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new instructions (PR #101452)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 31 23:17:03 PDT 2024
================
@@ -162,6 +162,9 @@ bool SemaX86::CheckBuiltinRoundingOrSAE(unsigned BuiltinID, CallExpr *TheCall) {
case X86::BI__builtin_ia32_mulps512:
case X86::BI__builtin_ia32_subpd512:
case X86::BI__builtin_ia32_subps512:
+ case X86::BI__builtin_ia32_vaddpd256_round:
----------------
phoebewang wrote:
I don't think it's necessary. For one thing, it's verbose given we have 149 new rounding instructions. For another, we didn't add test for BI__builtin_ia32_addpd512 either.
https://github.com/llvm/llvm-project/pull/101452
More information about the cfe-commits
mailing list