Skip to content

Releases: minio/highwayhash

Version v1.0.3

04 Jul 16:22
Compare
Choose a tag to compare

Added support for ARM SVE instructions, resulting in performance improvements over existing NEON implementation.

Version v1.0.2

25 Mar 16:04
08ce0b4
Compare
Choose a tag to compare

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

Version 1.0.1

16 Sep 20:09
86a2a96
Compare
Choose a tag to compare