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

Fix comptime_int bitwise operators (#1387) #1529

Closed

Commits on Sep 16, 2018

  1. src/bigint.cpp: If bit_count is zero, this function will operate on…

    … the exact number of bits stored inside of the `BigInt`
    kristate committed Sep 16, 2018
    Copy the full SHA
    34eec8b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    14298f6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0f148f0 View commit details
    Browse the repository at this point in the history
  4. src/bigint.cpp: bigint_or;

    kristate committed Sep 16, 2018
    Copy the full SHA
    760965f View commit details
    Browse the repository at this point in the history
  5. src/bigint.cpp: bigint_and;

    kristate committed Sep 16, 2018
    Copy the full SHA
    69d01af View commit details
    Browse the repository at this point in the history
  6. src/bigint.cpp: bigint_xor;

    kristate committed Sep 16, 2018
    Copy the full SHA
    100afb7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c09326d View commit details
    Browse the repository at this point in the history