Skip to content
Snippets Groups Projects

Support for SIMD operations for RGG1555

Merged João Magalhães requested to merge joamag/simd into master
+ 2
1
@@ -78,7 +78,8 @@ test-rust:
- 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