[clang] [Headers][X86] Allow AVX512 masked arithmetic intrinsics to be used in constexpr (PR #162816)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 9 19:21:07 PST 2025
================
@@ -3598,6 +3598,27 @@ bool InterpretBuiltin(InterpState &S, CodePtr OpPC, const CallExpr *Call,
return APInt::getAllOnes(DstBits);
});
+ case clang::X86::BI__builtin_ia32_selectss_128:
+ case clang::X86::BI__builtin_ia32_selectsd_128: {
+ const unsigned N =
----------------
woruyu wrote:
Done!
https://github.com/llvm/llvm-project/pull/162816
More information about the cfe-commits
mailing list