aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/p256_asm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/elliptic/p256_asm.go')
-rw-r--r--src/crypto/elliptic/p256_asm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/elliptic/p256_asm.go b/src/crypto/elliptic/p256_asm.go
index 6cf7742e1b..c405718b5e 100644
--- a/src/crypto/elliptic/p256_asm.go
+++ b/src/crypto/elliptic/p256_asm.go
@@ -10,6 +10,7 @@
// https://link.springer.com/article/10.1007%2Fs13389-014-0090-x
// https://eprint.iacr.org/2013/816.pdf
+//go:build amd64 || arm64
// +build amd64 arm64
package elliptic