cpu: add amd64 v2/v3/v4 feature bits

Updates https://go.dev/issues/58015 (this adds the underlying feature bits necessary for that consistent with what this repository already implements, but doesn't add an explicit "level")

Change-ID: I87a36c669bbb151df7c49e98fdadc808ed0db820
Assisted-By: "claude my eyes right out"
Reviewed-on: https://go-review.googlesource.com/c/sys/+/822061
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Tianon Gravi <admwiggin@gmail.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Samuel Karp <samuelkarp@google.com>
2 files changed
tree: 729d28c0d0a4f30ff22661ac6abc77fc0615b2a0
  1. cpu/
  2. execabs/
  3. plan9/
  4. unix/
  5. windows/
  6. .gitattributes
  7. .gitignore
  8. codereview.cfg
  9. CONTRIBUTING.md
  10. go.mod
  11. LICENSE
  12. PATENTS
  13. README.md
README.md

sys

Go Reference

This repository holds supplemental Go packages for low-level interactions with the operating system.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/sys.

The main issue tracker for the sys repository is located at https://go.dev/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.