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 rustc_intrinsic_const_vector_arg attribute to allow vectors to be passed as constants #118980

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2024

  1. Add #[rustc_intrinsic_const_vector_arg] to allow vectors to be passed…

    … as constants
    
    This allows constant vectors using a repr(simd) type to be propagated
    through to the backend by reusing the functionality used to do a similar
    thing for the simd_shuffle intrinsic.
    
    fix rust-lang#118209
    GeorgeWort committed Feb 15, 2024
    Copy the full SHA
    214102b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ccfa40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1fcf41f View commit details
    Browse the repository at this point in the history