Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sys/cpu: No flag for SVE2 detection #66952

Closed
mhr3 opened this issue Apr 21, 2024 · 1 comment
Closed

x/sys/cpu: No flag for SVE2 detection #66952

mhr3 opened this issue Apr 21, 2024 · 1 comment
Labels
arch-arm64 NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone

Comments

@mhr3
Copy link

mhr3 commented Apr 21, 2024

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.

@gopherbot
Copy link

Change https://go.dev/cl/580655 mentions this issue: cpu: add support for sve2 detection

@joedian joedian added the NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants