diff options
| author | Sebastiaan van Stijn <github@gone.nl> | 2023-11-09 22:33:39 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-11-27 17:26:05 +0000 |
| commit | b8ffc16e10063067bac0e15c6d7f7995937503ce (patch) | |
| tree | eda2f6d71787e8165daf0a5f38c9e0e8fc67b78e /blake2b/blake2bAVX2_amd64.s | |
| parent | 7e6fbd82c804e1760feb603fe21caecb0af0a124 (diff) | |
| download | go-x-crypto-b8ffc16e10063067bac0e15c6d7f7995937503ce.tar.xz | |
blake2b: drop Go 1.6, Go 1.8 compatibility
Other packages already dropped compatibility with go < 1.12, so it
should be safe to remove it for this package as well.
Change-Id: I7e894fd11d2e7d1fe28c647bd921399a9a6e30d0
GitHub-Last-Rev: 2b4f576a19338f185e79f39cbfd476573b986369
GitHub-Pull-Request: golang/crypto#240
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/448240
Run-TryBot: Nicola Murino <nicola.murino@gmail.com>
Reviewed-by: Joedian Reid <joedian@golang.org>
Reviewed-by: Nicola Murino <nicola.murino@gmail.com>
Commit-Queue: Nicola Murino <nicola.murino@gmail.com>
Auto-Submit: Nicola Murino <nicola.murino@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
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" |
