# 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:
```sh
source .env; cargo test --all-features
```