aboutsummaryrefslogtreecommitdiff
path: root/chacha20/chacha_arm64.s
diff options
context:
space:
mode:
Diffstat (limited to 'chacha20/chacha_arm64.s')
-rw-r--r--chacha20/chacha_arm64.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/chacha20/chacha_arm64.s b/chacha20/chacha_arm64.s
index 63cae9e..f1f6623 100644
--- a/chacha20/chacha_arm64.s
+++ b/chacha20/chacha_arm64.s
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build go1.11 && gc && !purego
-// +build go1.11,gc,!purego
+//go:build gc && !purego
+// +build gc,!purego
#include "textflag.h"