Skip to content

Commit f4ff179

Browse files
committed
[ci] Enable vc and veccore on march=native build
We have no test coverage on Linux for these options right now. We don't want to necessarily enable them in the release at this point, but enabling them on the `march=native` build is the perfect opportunity to test them, see where we stand, and also gradually work towards replacing `vc` with `std::simd` as the VecCore backend, as suggested by @amadio.
1 parent f828938 commit f4ff179

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", "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)