aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes/cipher_asm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/aes/cipher_asm.go')
-rw-r--r--src/crypto/aes/cipher_asm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/aes/cipher_asm.go b/src/crypto/aes/cipher_asm.go
index 646bdfa5c0..4251805ef9 100644
--- a/src/crypto/aes/cipher_asm.go
+++ b/src/crypto/aes/cipher_asm.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build amd64 || arm64
// +build amd64 arm64
package aes