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

std: non-byte-multiple sized integers have no definite representation #7447

Merged
merged 3 commits into from
Dec 23, 2020

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    44556bf View commit details
    Browse the repository at this point in the history
  2. std: Bool has no definite representation too

    The padding bits are undefined.
    LemonBoy committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    9e58692 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. std: Don't hash undefined bits

    auto_hash must be extra careful when hashing integers whose bit size is
    not a multiple of 8 as, when reinterpreted with mem.asBytes, may contain
    undefined non-zero bits too.
    LemonBoy committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    135f479 View commit details
    Browse the repository at this point in the history