Skip to content
Snippets Groups Projects

Support for SIMD operations for RGG1555

Merged João Magalhães requested to merge joamag/simd into master
+ 1
1
@@ -72,7 +72,7 @@ test-rust:
stage: test
parallel:
matrix:
- RUST_VERSION: ["1.70.0", "1.71.0", "stable", "nightly"]
- RUST_VERSION: ["1.74.0", "1.75.0", "stable", "nightly"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
Loading