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

[mono][jit] Adding compare all/any intrinsics. #83515

Merged
merged 12 commits into from
Mar 21, 2023

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    7575d26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f317b0a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    3354214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4896355 View commit details
    Browse the repository at this point in the history
  3. Removed superfluous changes.

    jandupej committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c239967 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6234ae4 View commit details
    Browse the repository at this point in the history
  5. Fixed unmatched brace.

    jandupej committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3b75c85 View commit details
    Browse the repository at this point in the history
  6. Indentation.

    jandupej committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    cc0e097 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Normalized boolean values to 0/1. SIMD_EXTR_ constants have friendlie…

    …r names. Equality/Inequality are now also intrinsics.
    jandupej committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    149a797 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    21a1850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a7fb04 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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