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

Add support for --instruction-set:native #87865

Merged
merged 17 commits into from
Jul 20, 2023

Commits on Jun 21, 2023

  1. Add support for --instruction-set:native

    This allows compiling for the ISA extensions that the currently running CPU supports.
    
    Fixes dotnet#73246.
    MichalStrehovsky committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a695971 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Fix linux build

    MichalStrehovsky committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2a73842 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    2621e45 View commit details
    Browse the repository at this point in the history
  2. Try fix some builds

    MichalStrehovsky committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    73d61c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Arm64

    MichalStrehovsky committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f0a818d View commit details
    Browse the repository at this point in the history
  2. Arm64/non-MSVC

    MichalStrehovsky committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8a613e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Unix/Arm64

    MichalStrehovsky committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6dcfd8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568ee89 View commit details
    Browse the repository at this point in the history
  3. C++ -> C

    MichalStrehovsky committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    82a7e6b View commit details
    Browse the repository at this point in the history
  4. Fix BSD

    MichalStrehovsky committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ac9feb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    770e556 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Update src/native/minipal/cpufeatures.h

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    MichalStrehovsky and jkotas committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e6cebe4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    a26f6e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    2277a7d View commit details
    Browse the repository at this point in the history
  2. FB

    MichalStrehovsky committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ef200d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Leftovers

    MichalStrehovsky committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d32af7b View commit details
    Browse the repository at this point in the history
  2. Update cpuid.h

    MichalStrehovsky committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3ed42d9 View commit details
    Browse the repository at this point in the history