breakwater icon indicating copy to clipboard operation
breakwater copied to clipboard

Offer AVX (and higher) enabled binaries/docker images

Open sbernauer opened this issue 5 months ago • 0 comments

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

sbernauer avatar Jul 06 '25 12:07 sbernauer