]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile, simd: add packed saturated u?int conversions
authorJunyang Shao <shaojunyang@google.com>
Thu, 21 Aug 2025 17:45:37 +0000 (17:45 +0000)
committerJunyang Shao <shaojunyang@google.com>
Fri, 22 Aug 2025 16:10:18 +0000 (09:10 -0700)
commitbc217d4170f7cb8379386b54462bef62c76b4475
treec725ce0cf5a1bfe44016bab23305a4809cf20ac8
parent4fa23b0d29a4667bdf461d364abdf70e98389691
[dev.simd] cmd/compile, simd: add packed saturated u?int conversions

This CL should complete the conversions between int and uint.

Change-Id: I46742a62214f346e014a68b9c72a9b116a127f67
Reviewed-on: https://go-review.googlesource.com/c/go/+/698236
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: David Chase <drchase@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/amd64/simdssa.go
src/cmd/compile/internal/ssa/_gen/simdAMD64.rules
src/cmd/compile/internal/ssa/_gen/simdAMD64ops.go
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/_gen/simdgen/ops/Converts/categories.yaml
src/simd/_gen/simdgen/ops/Converts/go.yaml
src/simd/ops_amd64.go