]> Cypherpunks repositories - gostls13.git/commit
hash/crc32: invert build tags for go implementation
authorMichael Munday <munday@ca.ibm.com>
Fri, 8 Apr 2016 17:30:41 +0000 (13:30 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Apr 2016 16:30:25 +0000 (16:30 +0000)
commit8edf4cb27d07a81ae340b0fda4e519c12f139618
tree9a7b3985e3da86da6f7843752746b8f91ce20e27
parent78ecd61f6245197f701629f5f511be7f2bc1ff58
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>
src/hash/crc32/crc32_generic.go