Skip to content

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

Closed
@mhr3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.arch-arm64

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions