]> Cypherpunks repositories - gostls13.git/commit
runtime: port memmove, memclr to register ABI on ppc64x
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 28 Sep 2021 19:43:58 +0000 (14:43 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 28 Sep 2021 20:40:48 +0000 (20:40 +0000)
commitdaec057602d9a18f4464343e66d74b08ea41cce6
tree1dbf4d3527ab9fe897f423b109175e276e89fcbf
parente7a25731697111ea939e4cb05d638c76cdb6f0c2
runtime: port memmove, memclr to register ABI on ppc64x

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

Change-Id: Ie397a942d7ebf76f62896924c3bb5b3a3dbba73e
Reviewed-on: https://go-review.googlesource.com/c/go/+/352891
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
src/runtime/memclr_ppc64x.s
src/runtime/memmove_ppc64x.s