Portable and versatile SIMD.
https://crates.io/crates/polylane/
- Rust 100%
| src | ||
| .env | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| clippy.toml | ||
| README.md | ||
PolyLane
This crate defines SIMD facilities thay may be used on any given platform in any way that ordinary arithmetic primitives are used.
Testing
It is recommended to use the .env environment file when testing:
source .env; cargo test --all-features