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

Change the ReciprocalEstimate and ReciprocalSqrtEstimate APIs to be mustExpand on RyuJIT #102098

Merged
merged 17 commits into from
May 13, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b2d559e View commit details
    Browse the repository at this point in the history
  2. Apply formatting patch

    tannergooding committed May 10, 2024
    Configuration menu
    Copy the full SHA
    30dc925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a391b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Mark the ReciprocalEstimate and ReciprocalSqrtEstimate methods as Agg…

    …ressiveOptimization to bypass R2R
    tannergooding committed May 11, 2024
    Configuration menu
    Copy the full SHA
    42a1dd5 View commit details
    Browse the repository at this point in the history
  2. Mark other usages of ReciprocalEstimate and ReciprocalSqrtEstimate in…

    … Corelib with AggressiveOptimization
    tannergooding committed May 11, 2024
    Configuration menu
    Copy the full SHA
    f177bd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62933bc View commit details
    Browse the repository at this point in the history
  4. Cleanup based on PR recommendations to rely on the runtime rather tha…

    …n attributation of non-deterministic intrinsics
    tannergooding committed May 11, 2024
    Configuration menu
    Copy the full SHA
    afdcb1b View commit details
    Browse the repository at this point in the history
  5. Adding a regression test ensuring direct and indirect invocation of n…

    …on-deterministic intrinsic APIs returns the same result
    tannergooding committed May 11, 2024
    Configuration menu
    Copy the full SHA
    91d105c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed406bf View commit details
    Browse the repository at this point in the history
  7. Apply formatting patch

    tannergooding committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1b16a09 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    1000066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0312112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461c4b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9983d9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bddfc1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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