Please answer these questions before submitting your issue. Thanks!
go version
)?go version devel +5cdb3d0 2016-03-22 20:35:53 +0000 linux/amd64
go env
)?go get -u github.com/OneOfOne/xxhash
go test -bench=XXChecksum64\$ -benchtime 3s -tags safe github.com/OneOfOne/xxhash
BenchmarkXXChecksum64-32 20000000 291 ns/op
BenchmarkXXChecksum64-8 5000000 870 ns/op
I ran a bisect and the offending commit is 69a7c152a72c713032498bfbc6ec7c41d84a4b63.
This looks like 69a7c15 broke the combine-8-byte-loads-into-a-quadword-load optimization. That's what the slowdown is coming from. I'll see if I can figure out why.
CL https://golang.org/cl/21004 mentions this issue.
CL https://golang.org/cl/21005 mentions this issue.