]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd, cmd/compile: generated code for VPINSR[BWDQ], and test
authorDavid Chase <drchase@google.com>
Fri, 20 Jun 2025 19:30:55 +0000 (15:30 -0400)
committerDavid Chase <drchase@google.com>
Mon, 23 Jun 2025 17:24:57 +0000 (10:24 -0700)
commit1fa4bcfcdac00d186409a8d2a469cca1768824ca
treee12af72d7ec16f50ef2f0c1571538f3b7153e6f9
parentdd63b7aa0e47da12c8db937e486e977690d2e19b
[dev.simd] simd, cmd/compile: generated code for VPINSR[BWDQ], and test

This is paired with simdgen CL 683055

Change-Id: I91d2c08a97ddd7cf06dd24478d552b962846131c
Reviewed-on: https://go-review.googlesource.com/c/go/+/683035
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@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/simd_test.go
src/simd/stubs_amd64.go