1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg/hash
Adam Langley 9f4c288c16 hash/crc32: add SSE4.2 support
Using the CRC32 instruction speeds up the Castagnoli computation by
about 20x on a modern Intel CPU.

R=rsc
CC=golang-dev
https://golang.org/cl/4650072
2011-07-12 09:29:24 -04:00
..
adler32 adler32: speed up ~40% by avoiding bounds checks 2011-04-27 21:36:11 -07:00
crc32 hash/crc32: add SSE4.2 support 2011-07-12 09:29:24 -04:00
crc64 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
fnv gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
hash.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
test_cases.txt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
test_gen.awk mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00