]> Cypherpunks repositories - gostls13.git/commitdiff
hash/crc32: added mips64{,le} build tags
authorYao Zhang <lunaria21@gmail.com>
Thu, 10 Sep 2015 15:33:26 +0000 (11:33 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Nov 2015 04:50:43 +0000 (04:50 +0000)
Change-Id: I77c6768fff6f0163b36800307c4d573bb6521fe5
Reviewed-on: https://go-review.googlesource.com/14454
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/hash/crc32/crc32_generic.go

index d2355c83df0808dfcba2bb5876d7df6210475e60..cd79062ce9807eccfe06e18847f49862f6a6feeb 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 arm64 ppc64 ppc64le
+// +build 386 arm arm64 mips64 mips64le ppc64 ppc64le
 
 package crc32