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

Added floor and ceiling intrinsics for System.Runtime.Intrinsics.Vector128 and System.Numerics.Vector #83592

Merged
merged 15 commits into from
Mar 23, 2023

Commits on Mar 16, 2023

  1. Initial work for investigating how to enable direct calls

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b94e807 View commit details
    Browse the repository at this point in the history
  2. Revert "Initial work for investigating how to enable direct calls"

    This reverts commit 7a86e8d6ef1d963328026f82c8c51673a27bffc4.
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    959d387 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Preliminary work for floor and ceil intrinsics

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    83b2b1d View commit details
    Browse the repository at this point in the history
  2. Enabled floor and ceil for sri vector

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0e1f773 View commit details
    Browse the repository at this point in the history
  3. Added xunop operation

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8e78826 View commit details
    Browse the repository at this point in the history
  4. Enable intrinsics for CI lanes to run

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1b7fcef View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

Commits on Mar 21, 2023

  1. Changed frintm with frintp

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c2d1102 View commit details
    Browse the repository at this point in the history
  2. Using llvm intrinsics constants

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    276b066 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e8aae1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0209d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    c6ef7ac View commit details
    Browse the repository at this point in the history
  2. Disable mini JIT on arm64

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9c75322 View commit details
    Browse the repository at this point in the history
  3. Revert "Disable mini JIT on arm64"

    This reverts commit 9c75322.
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a1dec39 View commit details
    Browse the repository at this point in the history
  4. Disable mini JIT on arm64 2nd try

    Signed-off-by: Vlad - Alexandru Ionescu <[email protected]>
    Vlad - Alexandru Ionescu authored and Vlad - Alexandru Ionescu committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f7889d4 View commit details
    Browse the repository at this point in the history