From 84df38181baeae5b12d2831ecfa5c7aefeffd7b1 Mon Sep 17 00:00:00 2001 From: Yao Zhang Date: Thu, 10 Sep 2015 11:33:26 -0400 Subject: [PATCH] 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 --- src/hash/crc32/crc32_generic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1