1
0
mirror of https://github.com/golang/go synced 2024-09-29 21:34:28 -06:00

hash/crc32: added mips64{,le} build tags

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>
This commit is contained in:
Yao Zhang 2015-09-10 11:33:26 -04:00 committed by Minux Ma
parent 7ff52e13cd
commit 84df38181b

View 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