breakwater
breakwater copied to clipboard
Offer AVX (and higher) enabled binaries/docker images
Currently we ship
- Binaries for each release (Linux, Mac, Windows, each x86-64 and aarch64)
- Docker image (Linux x86-64 only)
Bot only use the default RUST features, thus AFAIK SSE2. To use the full CPU features, users currently need to build breakwater from source.
Ideally we would binaries and images that support different SIMD instruction levels. https://github.com/ronnychevalier/cargo-multivers sounds like a very cool project that could help with this