Commit a25e3c03 authored by Aram Hăvărneanu's avatar Aram Hăvărneanu

os/signal, hash/crc32: add arm64 build tags

Change-Id: I6ca9caec8ccf12618e56dcf6b83328e7acf8b1ec
Reviewed-on: https://go-review.googlesource.com/7148Reviewed-by: 's avatarMinux Ma <minux@golang.org>
Reviewed-by: 's avatarDave Cheney <dave@cheney.net>
Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent ddf6d800
......@@ -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 ppc64 ppc64le
// +build 386 arm arm64 ppc64 ppc64le
package crc32
......
......@@ -4,7 +4,7 @@
// Assembly to get into package runtime without using exported symbols.
// +build amd64 amd64p32 arm 386 ppc64 ppc64le
// +build amd64 amd64p32 arm arm64 386 ppc64 ppc64le
#include "textflag.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment