aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu/cpu_arm64_hwcap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/cpu/cpu_arm64_hwcap.go')
-rw-r--r--src/internal/cpu/cpu_arm64_hwcap.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/cpu/cpu_arm64_hwcap.go b/src/internal/cpu/cpu_arm64_hwcap.go
index fdaf43e1a2..8ac04fd8f9 100644
--- a/src/internal/cpu/cpu_arm64_hwcap.go
+++ b/src/internal/cpu/cpu_arm64_hwcap.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build arm64
-// +build linux
+//go:build arm64 && linux
+// +build arm64,linux
package cpu