]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: output of simdgen with invariant type order
authorDavid Chase <drchase@google.com>
Wed, 2 Jul 2025 19:13:24 +0000 (15:13 -0400)
committerDavid Chase <drchase@google.com>
Mon, 7 Jul 2025 15:12:30 +0000 (08:12 -0700)
commitdfd75f82d4aa21c4fc841f85c175934915590b5e
tree6b0703d97d373e561205f22bc43ac1d6e736719f
parent72c39ef83470334b1e592312d30ebef9a1e8ddda
[dev.simd] cmd/compile: output of simdgen with invariant type order

The old order was somewhat input-dependent, and sometimes
produced spurious changes.  This is the last spurious change,
"once and for all!!!"

Generated by simdgen CL 685595

Change-Id: Ic66d0263f3dd9f1ef9502c2deeeb8300ca3bac75
Reviewed-on: https://go-review.googlesource.com/c/go/+/685615
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
src/cmd/compile/internal/ssagen/simdintrinsics.go
src/simd/types_amd64.go