]> Cypherpunks repositories - gostls13.git/commit
runtime: port memmove, memclr to register ABI on s390x
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Tue, 11 Nov 2025 04:22:32 +0000 (05:22 +0100)
committerKeith Randall <khr@golang.org>
Mon, 24 Nov 2025 18:22:37 +0000 (10:22 -0800)
commit4529c8fba65bf2c80e3bd4dac0851451a101c936
tree900412380ec7569e0e05a3105a0354185769e119
parent58a48a3e3bed76803bb3ac59d1d239dde654f336
runtime: port memmove, memclr to register ABI on s390x

This allows memmove and memclr to be invoked using the new
register ABI on s390x.

Update #40724

Change-Id: I2e799aac693ddd693266c156c525d6303060796f
Reviewed-on: https://go-review.googlesource.com/c/go/+/719424
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Vishwanatha HD <vishwanatha.hd@ibm.com>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/memclr_s390x.s
src/runtime/memmove_s390x.s