]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips140/subtle: combine xor_<goarch>.go files
authorJoel Sing <joel@sing.id.au>
Fri, 3 Jan 2025 08:06:13 +0000 (19:06 +1100)
committerJoel Sing <joel@sing.id.au>
Fri, 7 Feb 2025 09:33:26 +0000 (01:33 -0800)
commitb8fb95becda267e8369a3a2bfd30037c91504fba
tree18831faf73267dcfeb558e03466d52806a031f5a
parent85b5d11246a2c768646f49f3c6750a139ecd1b21
crypto/internal/fips140/subtle: combine xor_<goarch>.go files

There is not much point in having per architecture files that all contain
the same content. Instead, merge the various xor_<goarch>.go files into a
single xor_asm.go file that has appropriate build tags.

Change-Id: I555d44b2fd83f260a4855d83cacb9e101d689bc0
Reviewed-on: https://go-review.googlesource.com/c/go/+/639856
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/internal/fips140/subtle/xor_arm64.go [deleted file]
src/crypto/internal/fips140/subtle/xor_asm.go [moved from src/crypto/internal/fips140/subtle/xor_amd64.go with 76% similarity]
src/crypto/internal/fips140/subtle/xor_loong64.go [deleted file]
src/crypto/internal/fips140/subtle/xor_ppc64x.go [deleted file]