]> Cypherpunks repositories - gostls13.git/commit
internal/bytealg: port bytealg functions to reg ABI on riscv64
authorMeng Zhuo <mzh@golangcn.org>
Wed, 30 Mar 2022 10:19:48 +0000 (18:19 +0800)
committermzh <mzh@golangcn.org>
Fri, 22 Apr 2022 01:41:25 +0000 (01:41 +0000)
commitbe1d7388b349e86bc2fc1b8769902875e732918f
tree3efbea3816d3720be98d3c43e8b7643087ab2e74
parentbf19163a545c3117ab3c309a691f32a42cf29efd
internal/bytealg: port bytealg functions to reg ABI on riscv64

This CL adds support for the reg ABI to the bytes functions for
riscv64. These are initially under control of the
GOEXPERIMENT macro until all changes are in.

Change-Id: I026295ae38e2aba055f7a51c77f92c1921e5ec97
Reviewed-on: https://go-review.googlesource.com/c/go/+/361916
Run-TryBot: mzh <mzh@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/internal/bytealg/compare_riscv64.s
src/internal/bytealg/count_riscv64.s
src/internal/bytealg/equal_riscv64.s
src/internal/bytealg/indexbyte_riscv64.s