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 126c81e commit b13a06dCopy full SHA for b13a06d
crates/intrinsic-test/src/x86/compile.rs
@@ -34,7 +34,7 @@ pub fn build_cpp_compilation(config: &ProcessedCli) -> Option<CppCompilation> {
34
"-mavx512vnni",
35
"-mavx512vpopcntdq",
36
"-ferror-limit=1000",
37
- "-std=c++17",
+ "-std=c++23",
38
]);
39
40
if !cpp_compiler.contains("clang") {
0 commit comments