aboutsummaryrefslogtreecommitdiff
path: root/src/hash
diff options
context:
space:
mode:
authorMichael Munday <munday@ca.ibm.com>2016-04-08 13:30:41 -0400
committerBrad Fitzpatrick <bradfitz@golang.org>2016-04-12 16:30:25 +0000
commit8edf4cb27d07a81ae340b0fda4e519c12f139618 (patch)
tree9a7b3985e3da86da6f7843752746b8f91ce20e27 /src/hash
parent78ecd61f6245197f701629f5f511be7f2bc1ff58 (diff)
downloadgo-8edf4cb27d07a81ae340b0fda4e519c12f139618.tar.gz
go-8edf4cb27d07a81ae340b0fda4e519c12f139618.zip
hash/crc32: invert build tags for go implementation
It seems cleaner and more consistent with other files to list the architectures that have assembly implementations rather than to list those that do not. This means we don't have to add s390x and future platforms to this list. Change-Id: I2ad3f66b76eb1711333c910236ca7f5151b698e5 Reviewed-on: https://go-review.googlesource.com/21770 Reviewed-by: Bill O'Farrell <billotosyr@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/crc32/crc32_generic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/crc32/crc32_generic.go b/src/hash/crc32/crc32_generic.go
index 08988f4b38..62fa72028c 100644
--- a/src/hash/crc32/crc32_generic.go
+++ b/src/hash/crc32/crc32_generic.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build 386 arm arm64 mips64 mips64le ppc64 ppc64le
+// +build !amd64,!amd64p32
package crc32