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

JIT: Optimize SequenceEqual to use ccmp on ARM64 #92810

Merged
merged 2 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. JIT: Optimize LowerCallMemcmp to use ccmp on ARM64

    In the original PR we could not get this this working due to some
    conservative interference. This now does the right thing with dotnet#92710
    merged.
    
    Also change LowerCallMemcmp/LowerCallMemmove to return next node to
    lower just to align it a bit more with other functions.
    jakobbotsch committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4963eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ed23d View commit details
    Browse the repository at this point in the history