Skip to content

v0.1.4

Choose a tag to compare

@hkratz hkratz released this 02 Apr 11:08
· 62 commits to main since this release

New features

  • WASM (wasm32) support thanks to @almann!

Improvements

  • Make aarch64 SIMD implementation work on Rust 1.59/1.60 with create feature aarch64_neon
  • For Rust Nightly the aarch64 SIMD implementation is enabled out of the box.
  • Starting with Rust 1.61 the aarch64 SIMD implementation is expected to be enabled out of the box as well.

Performance

  • Prefetch was disabled for aarch64 since the requisite intrinsics have not been stabilized.