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

Accelerate Vector128<long>::op_Multiply on x64 #103555

Merged
merged 21 commits into from
Jun 28, 2024
Merged

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    ae17211 View commit details
    Browse the repository at this point in the history
  2. better ulong version

    EgorBo committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    afda312 View commit details
    Browse the repository at this point in the history
  3. fix build

    EgorBo committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ab01574 View commit details
    Browse the repository at this point in the history
  4. Update Vector128_1.cs

    EgorBo authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    21b42de View commit details
    Browse the repository at this point in the history
  5. Sse41 version

    EgorBo committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    581f1e2 View commit details
    Browse the repository at this point in the history
  6. Update src/libraries/System.Private.CoreLib/src/System/Runtime/Intrin…

    …sics/Vector128_1.cs
    
    Co-authored-by: Tanner Gooding <tagoo@outlook.com>
    EgorBo and tannergooding authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    49a359f View commit details
    Browse the repository at this point in the history
  7. Update Vector128_1.cs

    EgorBo authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    57898f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update Vector128_1.cs

    EgorBo authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f1be705 View commit details
    Browse the repository at this point in the history
  2. Update Vector128_1.cs

    EgorBo authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    95d0eb8 View commit details
    Browse the repository at this point in the history
  3. Update Vector128_1.cs

    EgorBo authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    dcfd93d View commit details
    Browse the repository at this point in the history
  4. Update Vector128_1.cs

    EgorBo authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7fec9e3 View commit details
    Browse the repository at this point in the history
  5. Update Vector128_1.cs

    EgorBo authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e172296 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update Vector128_1.cs

    EgorBo authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0456d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af6104 View commit details
    Browse the repository at this point in the history
  3. Update Vector128_1.cs

    EgorBo authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    69572a2 View commit details
    Browse the repository at this point in the history
  4. clean up

    EgorBo committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d607549 View commit details
    Browse the repository at this point in the history
  5. move to jit

    EgorBo committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    573a37b View commit details
    Browse the repository at this point in the history
  6. clean up

    EgorBo committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3790d1b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. revert unrelated changes

    EgorBo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    60441f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    5b78ddd View commit details
    Browse the repository at this point in the history
  2. Address feedback

    EgorBo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    cc257dd View commit details
    Browse the repository at this point in the history