]> Cypherpunks repositories - gostls13.git/commit
internal/bytealg: port bytealg functions to reg ABI on ppc64x
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 21 Sep 2021 14:36:40 +0000 (09:36 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 28 Sep 2021 20:54:26 +0000 (20:54 +0000)
commitb8a601756abdb6f1503e41d86c122c4e7c7409ff
tree8f196b6ac89b62a00d36d67f89e2bfdd3d044618
parentdaec057602d9a18f4464343e66d74b08ea41cce6
internal/bytealg: port bytealg functions to reg ABI on ppc64x

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

Change-Id: Id82f31056af8caa8541e27c6735f6b815a5dbf5a
Reviewed-on: https://go-review.googlesource.com/c/go/+/351190
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/internal/bytealg/compare_ppc64x.s
src/internal/bytealg/equal_ppc64x.s
src/internal/bytealg/indexbyte_ppc64x.s