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 aggregate homogeneous floats in the Rust ABI #93564

Closed
wants to merge 4 commits into from

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    2e374cf View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    7b69d21 View commit details
    Browse the repository at this point in the history
  2. Test that target feature mix up with homogeneous floats is sound

    This is basically is ripoff of src/test/ui/simd/target-feature-mixup.rs
    but for floats and without #[repr(simd)]
    Urgau committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    fdc672a View commit details
    Browse the repository at this point in the history
  3. Escape outer [] in x86-64-homogeneous-floats.rs

    This is required because depending on the version of llvm FileCheck
    it could fail.
    Urgau committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    74a429e View commit details
    Browse the repository at this point in the history