Skip to content

Commit a8cbca6

Browse files
committed
[ci] Enable VecCore and Vc in march=native build
This is to show that issues related to VecCore and Vc are fixed, and to provide much-needed test coverage for a gradual migration from VecCore and Vc to `std::experimental::simd`.
1 parent 41b7466 commit a8cbca6

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", "CMAKE_CXX_STANDARD=20"]
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", "builtin_vc=ON", "builtin_veccore=ON", "vc=ON", "veccore=ON"]
406406
- image: alma10
407407
is_special: true
408408
property: arm64

0 commit comments

Comments
 (0)