diff options
Diffstat (limited to 'blake2b/blake2bAVX2_amd64.s')
| -rw-r--r-- | blake2b/blake2bAVX2_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blake2b/blake2bAVX2_amd64.s b/blake2b/blake2bAVX2_amd64.s index 353bb7c..9ae8206 100644 --- a/blake2b/blake2bAVX2_amd64.s +++ b/blake2b/blake2bAVX2_amd64.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build go1.7 && amd64 && gc && !purego +//go:build amd64 && gc && !purego #include "textflag.h" |
