[clang] [Headers][X86] Allow AVX512 masked arithmetic ss/sd intrinsics to be used in constexpr (PR #162816)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 17 19:03:13 PST 2025
================
@@ -2419,6 +2419,27 @@ static bool interp__builtin_elementwise_int_unaryop(
return false;
}
+static bool interp__builtin_select_scalar(InterpState &S,
----------------
woruyu wrote:
done! and add notes.
https://github.com/llvm/llvm-project/pull/162816
More information about the cfe-commits
mailing list