Skip to content

Commit de9f047

Browse files
committed
[ci] Use C++20 in march=native build
Like this we can test the SIMD features that are enabled for C++20 via `std::experimental::simd`.
1 parent 89001cc commit de9f047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
- image: alma9
403403
is_special: true
404404
property: march_native
405-
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON"]
405+
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON", "CMAKE_CXX_STANDARD=20"]
406406
- image: alma10
407407
is_special: true
408408
property: arm64

0 commit comments

Comments
 (0)