go/src/hash/crc32
Russ Cox 04e0a7622c hash/crc32: use sub-benchmarks
Change-Id: Iae68a097a6897f1616f94fdc3548837ef200e66f
Reviewed-on: https://go-review.googlesource.com/36541
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2017-02-08 17:17:08 +00:00
..
crc32.go hash/crc32: cleanup code and improve tests 2016-08-31 15:17:57 +00:00
crc32_amd64.go hash/crc32: cleanup code and improve tests 2016-08-31 15:17:57 +00:00
crc32_amd64.s hash/crc32: improve the AMD64 implementation using SSE4.2 2016-08-28 01:39:03 +00:00
crc32_amd64p32.go hash/crc32: cleanup code and improve tests 2016-08-31 15:17:57 +00:00
crc32_amd64p32.s
crc32_generic.go hash/crc32: cleanup code and improve tests 2016-08-31 15:17:57 +00:00
crc32_otherarch.go hash/crc32: cleanup code and improve tests 2016-08-31 15:17:57 +00:00
crc32_s390x.go hash/crc32: cleanup code and improve tests 2016-08-31 15:17:57 +00:00
crc32_s390x.s hash/crc32: fix optimized s390x implementation 2016-08-21 02:04:43 +00:00
crc32_test.go hash/crc32: use sub-benchmarks 2017-02-08 17:17:08 +00:00
example_test.go hash/crc32: move reverse representation docs to an example 2015-05-04 00:19:22 +00:00