diff options
Diffstat (limited to 'src/crypto/sha512/sha512block_generic.go')
| -rw-r--r-- | src/crypto/sha512/sha512block_generic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha512/sha512block_generic.go b/src/crypto/sha512/sha512block_generic.go index 02ecc2c794..f11c0980bd 100644 --- a/src/crypto/sha512/sha512block_generic.go +++ b/src/crypto/sha512/sha512block_generic.go @@ -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 !amd64 && !arm64 && !s390x && !ppc64le && !ppc64 +//go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !riscv64 && !s390x package sha512 |
