tzhash/tz
Evgenii Stratonikov f613ab2c25 Implement matrix multiplication with pure Go
Set suitable backend for GF127 arithmetic for Concat(), Sum() etc.
2019-10-09 12:31:47 +03:00
..
avx.go Add possibility to use different implementations in cli 2019-07-19 18:24:30 +03:00
avx2.go Add possibility to use different implementations in cli 2019-07-19 18:24:30 +03:00
avx2_inline.go Add possibility to use different implementations in cli 2019-07-19 18:24:30 +03:00
avx2_inline_amd64.s Add possibility to use different implementations in cli 2019-07-19 18:24:30 +03:00
avx_amd64.s Add possibility to use different implementations in cli 2019-07-19 18:24:30 +03:00
cpuid_x86.go Implement matrix multiplication with pure Go 2019-10-09 12:31:47 +03:00
cpuid_x86.s Determine available features through CPUID 2019-09-04 11:47:44 +03:00
hash.go Detect CPU features in Sum() 2019-10-04 17:58:42 +03:00
hash_test.go Add pure Go hash implementation 2019-07-19 18:59:43 +03:00
pure.go Perform allocation outside of mulBitRightPure 2019-07-19 19:04:44 +03:00
sl2.go Implement matrix multiplication with pure Go 2019-10-09 12:31:47 +03:00
sl2_test.go Rewrite tests (#3) 2019-05-29 14:10:17 +03:00