tzhash/gf127
Evgenii 4618e1484c Add partial AVX2 support (multiplication by 10 and 11)
AVX2 permits working with 256-bit registers. Thus we can
multiply 2 GF(2^127) elements in parallel.
This commit adds 2 such functions for multiplication by 10 and 11).
2019-06-21 17:45:49 +03:00
..
gf127.go Add partial AVX2 support (multiplication by 10 and 11) 2019-06-21 17:45:49 +03:00
gf127_amd64.s Add partial AVX2 support (multiplication by 10 and 11) 2019-06-21 17:45:49 +03:00
gf127_test.go add SubtractR/L operation on hashes 2019-01-29 16:11:50 +03:00
gf127x2.go Add partial AVX2 support (multiplication by 10 and 11) 2019-06-21 17:45:49 +03:00
gf127x2_test.go Add partial AVX2 support (multiplication by 10 and 11) 2019-06-21 17:45:49 +03:00