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 CPU feature detection #114

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

Commits on Sep 4, 2022

  1. cpu: support darwin/arm64 CPU feature detection

    Support ARM64 features detection. The CPU features which are supported by
    Apple Silicon M1 are assumed as the minimal set of features for Go programs
    running on darwin/arm64.
    
    The ARM64 supporting features are referred to
    https://en.wikichip.org/wiki/arm/armv8#ARMv8_Extensions_and_Processor_Features
    howjmay committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    44d7b39 View commit details
    Browse the repository at this point in the history