From: Russ Cox Date: Wed, 13 Aug 2014 01:38:50 +0000 (-0400) Subject: [dev.power64] hash/crc32: use portable castagnoli on power64 X-Git-Tag: go1.5beta1~2684^2~25^2~62 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=27627fd8ed132006e52f141f2abca743bf365bca;p=gostls13.git [dev.power64] hash/crc32: use portable castagnoli on power64 LGTM=minux R=minux CC=golang-codereviews https://golang.org/cl/128110044 --- diff --git a/src/pkg/hash/crc32/crc32_generic.go b/src/pkg/hash/crc32/crc32_generic.go index c3fdcd685c..1c7f806c60 100644 --- a/src/pkg/hash/crc32/crc32_generic.go +++ b/src/pkg/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 +// +build 386 arm power64 power64le package crc32