-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.arch-arm64
Milestone
Description
Go version
go version go1.22.1 darwin/arm64
Output of go env in your module/workspace:
GO111MODULE=''
GOARCH='arm64'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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.arch-arm64