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 crash on x86 when building with MSVC #2253

Merged
merged 1 commit into from
Jan 20, 2024

Commits on Jan 18, 2024

  1. Fix crash on x86 when building with MSVC

    There is a compiler bug in latest MSVC, which at the time of writing is
    19.36.32535: given `switch (x)`, where `x` is 64 bits wide, the compiler
    generates code that computes an incorrect jump table index. E.g. if
    `x` is zero, it ends up reading the table entry at index -1.
    oleavr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fc538eb View commit details
    Browse the repository at this point in the history