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

Fix win-arm64 native varargs ABI #90712

Merged

Commits on Aug 18, 2023

  1. Fix win-arm64 native varargs ABI

    SIMD vector types should be passed in integer registers.
    This might require splitting a Vector128 between x7 and stack.
    BruceForstall committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    699d97b View commit details
    Browse the repository at this point in the history
  2. Add more test cases

    BruceForstall committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1363246 View commit details
    Browse the repository at this point in the history
  3. Update src/tests/JIT/Regression/JitBlue/Runtime_71375/Runtime_71375.cs

    Add additional varargs arguments after the vector
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    BruceForstall and jkotas committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    fc227dc View commit details
    Browse the repository at this point in the history