polylane 0.13.0

Portable and versatile SIMD.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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
```