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

Move more of the xplat hwintrinsic API implementation into managed code #103150

Closed
wants to merge 12 commits into from

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    0ed78a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f352a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4175905 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c465d2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8f22e8 View commit details
    Browse the repository at this point in the history
  6. Move op_BitwiseAnd, op_BitwiseOr, op_ExclusiveOr, and op_OnesCompleme…

    …nt for Vector64/128/256/512 into managed
    tannergooding committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ad97c28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5567cec View commit details
    Browse the repository at this point in the history
  8. Move op_LeftShift, op_RightShift, and op_UnsignedRightShift for Vecto…

    …r64/128/256/512 into managed
    tannergooding committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b784142 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4467b12 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    99fdfdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b5f9a View commit details
    Browse the repository at this point in the history