Releases: minio/highwayhash
Releases · minio/highwayhash
Version v1.0.3
Added support for ARM SVE instructions, resulting in performance improvements over existing NEON implementation.
Version v1.0.2
Changelog
Fixed
Issue #17 - on arm64 (on Go 1.16) wrong hash values got computed due to incorrectly naming asm constants like regular Go functions. This probably confused the linker and caused the arm64 implementation to compute incorrect hash values. Fixed by 08ce0b4