]> Cypherpunks repositories - gostls13.git/commit
internal/cpu,internal/bytealg: add support for riscv64
authorJoel Sing <joel@sing.id.au>
Sun, 3 Nov 2019 18:12:11 +0000 (05:12 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Nov 2019 22:13:42 +0000 (22:13 +0000)
commit0c703b37dffe74d3fffc04347884bb0ee2fba5b3
treea531f6e289c3e3e717469e9045debc865a8be81f
parentee706cfe83ec1bbb95e7ebe29c640544510c732b
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>
src/internal/bytealg/equal_riscv64.s [new file with mode: 0644]
src/internal/bytealg/indexbyte_generic.go
src/internal/bytealg/indexbyte_native.go
src/internal/bytealg/indexbyte_riscv64.s [new file with mode: 0644]
src/internal/cpu/cpu_riscv64.go [new file with mode: 0644]