Skip to content
Snippets Groups Projects

Support for SIMD operations for RGG1555

Merged João Magalhães requested to merge joamag/simd into master
+ 3
2
@@ -72,13 +72,14 @@ 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
- rustc --version
- cargo test
- cargo bench --features simd
- if [[ $RUST_VERSION != nightly ]]; then cargo bench; fi
- if [[ $RUST_VERSION == nightly ]]; then cargo bench --features simd; fi
test-pyo3:
stage: test
Loading