We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bb848 commit 599b68fCopy full SHA for 599b68f
crates/intrinsic-test/src/x86/compile.rs
@@ -26,7 +26,15 @@ pub fn build_cpp_compilation(config: &ProcessedCli) -> Option<CppCompilation> {
26
"-mavx512fp16",
27
"-msha512",
28
"-msm4",
29
+ "-mavxvnni",
30
+ "-mavx512bitalg",
31
+ "-mavx512ifma",
32
+ "-mavx512vbmi",
33
+ "-mavx512vbmi2",
34
+ "-mavx512vnni",
35
+ "-mavx512vpopcntdq",
36
"-ferror-limit=1000",
37
+ "-std=c++17",
38
]);
39
40
if !cpp_compiler.contains("clang") {
0 commit comments