]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: more support for cpufeatures
authorDavid Chase <drchase@google.com>
Thu, 9 Oct 2025 18:39:59 +0000 (14:39 -0400)
committerJunyang Shao <shaojunyang@google.com>
Mon, 13 Oct 2025 16:27:28 +0000 (09:27 -0700)
commitba72ee0f308e1450fa18c4073b18275377671997
tree5c4d05b7317f2b947d70edef52f39c4a25bcbe2e
parentbe57d94c4c660a51e1a82d19d9a54be93a9d5f2a
[dev.simd] cmd/compile: more support for cpufeatures

add hasFeature, also record maximum feature for a function

Change-Id: I68dd063aad1c1dc0ef5310a9f5d970c03dd31a0e
Reviewed-on: https://go-review.googlesource.com/c/go/+/710695
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssa/block.go
src/cmd/compile/internal/ssa/cpufeatures.go
src/cmd/compile/internal/ssa/func.go