Skip to content

Commit b13a06d

Browse files
feat: use C++23 standard for compiling C++ test files
1 parent 126c81e commit b13a06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/intrinsic-test/src/x86/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn build_cpp_compilation(config: &ProcessedCli) -> Option<CppCompilation> {
3434
"-mavx512vnni",
3535
"-mavx512vpopcntdq",
3636
"-ferror-limit=1000",
37-
"-std=c++17",
37+
"-std=c++23",
3838
]);
3939

4040
if !cpp_compiler.contains("clang") {

0 commit comments

Comments
 (0)