tzhash/tz
Evgenii Stratonikov d4cb61e470 Replace two shifts with a single AND
We need to isolate HSB in every quad-word, this can be done with a
simple mask.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-01-17 17:18:36 +03:00
..
avx.go Fix linter issues 2021-12-29 13:23:05 +03:00
avx2.go Alias gf127.GF127 2019-10-15 13:22:36 +03:00
avx2_amd64.s Replace two shifts with a single AND 2022-01-17 17:18:36 +03:00
avx2_inline.go Alias gf127.GF127 2019-10-15 13:22:36 +03:00
avx_amd64.s Replace all SSE instructions with AVX ones 2021-12-29 13:23:05 +03:00
avx_inline.go Add AVX implementation with inlined multiplication 2019-10-16 15:11:53 +03:00
hash.go Use golang.org/x/sys instead of self-implemented detector 2020-01-16 11:30:46 +03:00
hash_test.go Update benchmark result in README.md 2019-10-16 15:11:57 +03:00
pure.go Alias gf127.GF127 2019-10-15 13:22:36 +03:00
sl2.go Fix linter issues 2021-12-29 13:23:05 +03:00
sl2_test.go Remove non-AVX parts from avx package 2019-10-15 13:22:36 +03:00