x/sys/cpu: No flag for SVE2 detection #66952
Labels
arch-arm64
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Go version
go version go1.22.1 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
When using the ARM64 struct from x/sys/cpu, there's no field for SVE2 support.
What did you see happen?
No HasSVE2 field.
What did you expect to see?
New arm64 chips from AWS/Azure/Google/Nvidia/Alibaba have support for SVE2, by adding this flag, go programs can implement SVE2 optimized code.
The text was updated successfully, but these errors were encountered: