aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hash64.go
diff options
context:
space:
mode:
authorYao Zhang <lunaria21@gmail.com>2015-09-23 18:58:05 -0400
committerMinux Ma <minux@golang.org>2015-11-12 04:47:42 +0000
commitc1037aad4d10078b536625683364dcceed6c4e21 (patch)
tree0d615e48f982a00c512de2e297ae81b03bcc7dd4 /src/runtime/hash64.go
parent15b51d6ae693fa5898bdeae587482a2dac59a1d0 (diff)
downloadgo-c1037aad4d10078b536625683364dcceed6c4e21.tar.gz
go-c1037aad4d10078b536625683364dcceed6c4e21.zip
runtime: added mips64{,le} build tags and GOARCH cases
Change-Id: I381c03d957a0dccae5f655f02e92760e5c0e9629 Reviewed-on: https://go-review.googlesource.com/14929 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'src/runtime/hash64.go')
-rw-r--r--src/runtime/hash64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/hash64.go b/src/runtime/hash64.go
index f339a3020e..fb3dba4000 100644
--- a/src/runtime/hash64.go
+++ b/src/runtime/hash64.go
@@ -6,7 +6,7 @@
// xxhash: https://code.google.com/p/xxhash/
// cityhash: https://code.google.com/p/cityhash/
-// +build amd64 amd64p32 arm64 ppc64 ppc64le
+// +build amd64 amd64p32 arm64 mips64 mips64le ppc64 ppc64le
package runtime