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

feat(p/int256): Optimize int256 with two's complement implementation #2846

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. fix int256

    notJoon committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e278c9e View commit details
    Browse the repository at this point in the history
  2. basic arithmetics

    notJoon committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2a0000c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. bitwise

    notJoon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0c53f5a View commit details
    Browse the repository at this point in the history
  2. finishing arithmetic

    notJoon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cf807ae View commit details
    Browse the repository at this point in the history
  3. conversion

    notJoon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4c18879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c115c83 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix

    notJoon committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2ced198 View commit details
    Browse the repository at this point in the history
  2. fix div

    notJoon committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    641da4e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 23, 2024

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

Commits on Oct 28, 2024

  1. big number tests

    notJoon committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    05d3c16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf499a View commit details
    Browse the repository at this point in the history
  3. fixup doc

    thehowl committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a55524a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. ToString -> String

    notJoon committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    269f90f View commit details
    Browse the repository at this point in the history
  2. const

    notJoon committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b10e8d9 View commit details
    Browse the repository at this point in the history