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

Constrain the layout of Blake2bCtx for proper SPARC compilation #43480

Merged
merged 1 commit into from
Jul 26, 2017

Commits on Jul 25, 2017

  1. Constrain the layout of Blake2bCtx for proper SPARC compilation

    On SPARC, optimization fuel ends up emitting incorrect load and store
    instructions for the transmute() call in blake2b_compress().  If we
    force Blake2bCtx to be repr(C), the problem disappears.
    
    Fixes rust-lang#43346
    Danek Duvall committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    f0fda53 View commit details
    Browse the repository at this point in the history