pierrec / lz4

LZ4 compression and decompression in pure Go
BSD 3-Clause "New" or "Revised" License
878 stars 142 forks source link

internal/lz4block: Remove unused loop from arm64 decoder #166

Closed greatroar closed 2 years ago

greatroar commented 2 years ago

This removes some unreachable (and actually broken) code from the arm64 decoder, which was left over from translating the 32-bit arm version. Probably not worth another release :)

pierrec commented 2 years ago

Thanks for all your hard work @greatroar !

greatroar commented 2 years ago

Thank you for maintaining this package!