Skip to content
Snippets Groups Projects

Support for SIMD operations for RGG1555

Merged João Magalhães requested to merge joamag/simd into master
+ 4
2
@@ -26,7 +26,7 @@ build-rust:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.65.0", "1.66.0", "stable", "nightly"]
- RUST_VERSION: ["1.67.0", "1.68.0", "stable", "nightly"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
@@ -72,12 +72,14 @@ test-rust:
stage: test
parallel:
matrix:
- RUST_VERSION: ["1.65.0", "1.66.0", "stable", "nightly"]
- RUST_VERSION: ["1.74.0", "1.75.0", "stable", "nightly"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
- rustc --version
- cargo test
- if [[ $RUST_VERSION != nightly ]]; then cargo bench; fi
- if [[ $RUST_VERSION == nightly ]]; then cargo bench --features simd; fi
test-pyo3:
stage: test
Loading