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

cpu: support darwin/arm64 feature detection #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aadomnicai
Copy link

Use commpage to determine which CPU features are enabled. Additionally, enable some safe features for the Apple M1 CPU.

Builds off CL 332729.

Fixes golang/go#43046
Fixes golang/go#68150

Change-Id: I72c89e78e26d6681cb396e37a1fa9a0bc4b68e69

Use commpage to determine which CPU features are enabled.
Additionally, enable some safe features for the Apple M1 CPU.

Builds off CL 332729.

Fixes golang/go#43046

Change-Id: I72c89e78e26d6681cb396e37a1fa9a0bc4b68e69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x/sys/cpu: ARM64.HasAES = false on Apple Silicon (M1 Max) x/sys/cpu: add support for darwin/arm64
3 participants