]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd, cmd/compile: rename some methods
authorDavid Chase <drchase@google.com>
Fri, 1 Aug 2025 19:58:29 +0000 (15:58 -0400)
committerDavid Chase <drchase@google.com>
Mon, 4 Aug 2025 18:53:11 +0000 (11:53 -0700)
commit6b9b59e144a0db697b0e22920ff0b7e0b51c0945
tree7e5a7fb9a37a0e0884591fc0ecb6491ddcd4a095
parentd375b95357fdf8cdfec722b3672dcc425acf10ad
[dev.simd] simd, cmd/compile: rename some methods

generated by simdgen CL 692556

these are the "easy" ones
SaturatedOp -> OpSaturated
PairwiseOp -> OpPairs
OpWithPrecision -> OpScaled
DiffWithOpWithPrecision -> OpScaledResidue

Change-Id: I036bf89c0690bcf9922c376d62cef48392942af3
Reviewed-on: https://go-review.googlesource.com/c/go/+/692357
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/amd64/simdssa.go
src/cmd/compile/internal/ssa/_gen/simdAMD64.rules
src/cmd/compile/internal/ssa/_gen/simdgenericOps.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteAMD64.go
src/cmd/compile/internal/ssagen/simdintrinsics.go
src/simd/binary_test.go
src/simd/ops_amd64.go
src/simd/unary_test.go