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

Optimize Vector128<long> multiplication for arm64 #104177

Merged
merged 8 commits into from
Jul 2, 2024

Commits on Jun 28, 2024

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

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    717f62a View commit details
    Browse the repository at this point in the history
  2. add Vector64

    EgorBo committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    77977f5 View commit details
    Browse the repository at this point in the history
  3. remove assert

    EgorBo committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e0a2942 View commit details
    Browse the repository at this point in the history
  4. add a comment

    EgorBo committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    86d4fb3 View commit details
    Browse the repository at this point in the history
  5. clean up

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    f7a53d3 View commit details
    Browse the repository at this point in the history
  2. handle scalarOp

    EgorBo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b2206c9 View commit details
    Browse the repository at this point in the history