From: Yao Zhang Date: Thu, 10 Sep 2015 15:33:26 +0000 (-0400) Subject: hash/crc32: added mips64{,le} build tags X-Git-Tag: go1.6beta1~521 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=84df38181baeae5b12d2831ecfa5c7aefeffd7b1;p=gostls13.git hash/crc32: added mips64{,le} build tags Change-Id: I77c6768fff6f0163b36800307c4d573bb6521fe5 Reviewed-on: https://go-review.googlesource.com/14454 Reviewed-by: Minux Ma Reviewed-by: Ian Lance Taylor --- diff --git a/src/hash/crc32/crc32_generic.go b/src/hash/crc32/crc32_generic.go index d2355c83df..cd79062ce9 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 ppc64 ppc64le +// +build 386 arm arm64 mips64 mips64le ppc64 ppc64le package crc32