]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] hash/crc32: use portable castagnoli on power64
authorRuss Cox <rsc@golang.org>
Wed, 13 Aug 2014 01:38:50 +0000 (21:38 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Aug 2014 01:38:50 +0000 (21:38 -0400)
LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/128110044

src/pkg/hash/crc32/crc32_generic.go

index c3fdcd685c5c74f50bda58032cd19438ff5d134c..1c7f806c605652547314d9404b32ae26e78da275 100644 (file)
@@ -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