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

Don't generate 128-bit atomics in fuzzing #9474

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. Don't generate 128-bit atomics in fuzzing

    This commit fixes some issues cropping up due to fuzzing 128-bit atomics
    in `cranelift-{icache,fuzzgen}`. Not all backends support these
    operations and x64 only supports them with a feature enabled, so for now
    disable fuzzing until it's ready to fuzz later.
    alexcrichton committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a7bb508 View commit details
    Browse the repository at this point in the history