]> Cypherpunks repositories - gostls13.git/commit
Revert "hash/crc32: improve the AMD64 implementation using SSE4.2"
authorKeith Randall <khr@golang.org>
Sat, 27 Aug 2016 16:48:22 +0000 (16:48 +0000)
committerKeith Randall <khr@golang.org>
Sat, 27 Aug 2016 16:49:02 +0000 (16:49 +0000)
commit3427f16642a1c207db4a4c3cce912dfdce2ac9f5
tree51b0c324b38ca7688f28f39d864aaab34ce7941a
parent54d7de7dd62bab764125c48fd159bb938da078e1
Revert "hash/crc32: improve the AMD64 implementation using SSE4.2"

This reverts commit 54d7de7dd62bab764125c48fd159bb938da078e1.

It was breaking non-amd64 builds.

Change-Id: I22650e922498eeeba3d4fa08bb4ea40a210c8f97
Reviewed-on: https://go-review.googlesource.com/27925
Reviewed-by: Keith Randall <khr@golang.org>
src/hash/crc32/crc32.go
src/hash/crc32/crc32_amd64.go
src/hash/crc32/crc32_amd64.s
src/hash/crc32/crc32_amd64p32.go
src/hash/crc32/crc32_generic.go
src/hash/crc32/crc32_s390x.go
src/hash/crc32/crc32_test.go