diff options
| author | Joel Sing <joel@sing.id.au> | 2019-11-04 05:12:11 +1100 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2019-11-11 22:13:42 +0000 |
| commit | 0c703b37dffe74d3fffc04347884bb0ee2fba5b3 (patch) | |
| tree | a531f6e289c3e3e717469e9045debc865a8be81f /src/internal/bytealg/indexbyte_native.go | |
| parent | ee706cfe83ec1bbb95e7ebe29c640544510c732b (diff) | |
| download | go-0c703b37dffe74d3fffc04347884bb0ee2fba5b3.tar.xz | |
internal/cpu,internal/bytealg: add support for riscv64
Based on riscv-go port.
Updates #27532
Change-Id: Ia3aed521d4109e7b73f762c5a3cdacc7cdac430d
Reviewed-on: https://go-review.googlesource.com/c/go/+/204635
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/internal/bytealg/indexbyte_native.go')
| -rw-r--r-- | src/internal/bytealg/indexbyte_native.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/bytealg/indexbyte_native.go b/src/internal/bytealg/indexbyte_native.go index 157caa34c4..f96c5be491 100644 --- a/src/internal/bytealg/indexbyte_native.go +++ b/src/internal/bytealg/indexbyte_native.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. -// +build 386 amd64 s390x arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le wasm +// +build 386 amd64 s390x arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le riscv64 wasm package bytealg |
