-
Notifications
You must be signed in to change notification settings - Fork 18.9k
internal/cpu,golang.org/x/sys/cpu: support windows/arm64 #76791
Copy link
Copy link
Closed
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Done
This is a tracking issue to add support for Windows ARM64 to
internal/cpuandgolang.org/x/sys/cpu. They currently don't set any supported cpu flag on this platform, even when Windows provides an API to prove if a given feature is supported by the current computer: IsProcessorFeaturePresent.This is a mapping of Go feature flags to IsProcessorFeaturePresent flags (note that some flags are taken from the published Windows headers, as learn.microsoft.com is not really up-to-date).
@golang/windows