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

Remove restriction on isize/usize in repr(simd) #59201

Merged

Commits on Mar 15, 2019

  1. Remove restriction on isize/usize in repr(simd)

    As discussed in rust-lang#55078, there's no known reason for this restriction.
    
    It's unlikely that repr(simd) will be stabilized in its current form, but
    might as well remove some restrictions on it.
    
    This removes the branch in `is_machine` which returns false for these types.
    `is_machine` is only used for the repr(simd) type validation check.
    lambda committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    5303c1b View commit details
    Browse the repository at this point in the history