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

UInt128 improve division by 64 bit on x64 #99747

Merged
merged 8 commits into from
Oct 30, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    c88a477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5dd98e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60cc066 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Check upper bits for 0 and do normal divion for x64 (faster when it i…

    …s known that upper is zero such as division by constant)
    Daniel-Svensson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    19b92d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    740c48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d185b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c81985 View commit details
    Browse the repository at this point in the history