aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hash64.go
diff options
context:
space:
mode:
authorAram Hăvărneanu <aram@mgk.ro>2015-03-08 14:20:20 +0100
committerAram Hăvărneanu <aram@mgk.ro>2015-03-16 18:45:54 +0000
commit846ee0465bcb97d0c036e2366aa92b962d050aef (patch)
treee0e09a6fd3fea33672e53cb2aebd6b9191be244f /src/runtime/hash64.go
parent5a0c322bce0e471df23b224547932dd95c285c54 (diff)
downloadgo-846ee0465bcb97d0c036e2366aa92b962d050aef.tar.gz
go-846ee0465bcb97d0c036e2366aa92b962d050aef.zip
runtime: add support for linux/arm64
Change-Id: Ibda6a5bedaff57fd161d63fc04ad260931d34413 Reviewed-on: https://go-review.googlesource.com/7142 Reviewed-by: Russ Cox <rsc@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 d10b781197..716db61bee 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 ppc64 ppc64le
+// +build amd64 amd64p32 arm64 ppc64 ppc64le
package runtime