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