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

Add a min_atomic_width target option, like max_atomic_width #38579

Merged
merged 1 commit into from
Dec 28, 2016
Merged

Add a min_atomic_width target option, like max_atomic_width #38579

merged 1 commit into from
Dec 28, 2016

Commits on Dec 24, 2016

  1. Add a min_atomic_width target option, like max_atomic_width.

    Rationale: some ISAs, e.g. OR1K, do not have atomic instructions
    for byte and halfword access, and at the same time do not have
    a fixed endianness, which makes it unreasonable to implement these
    through word-sized atomic accesses.
    whitequark committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    5b0700e View commit details
    Browse the repository at this point in the history