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 non-power-of-two SIMD vectors #1703

Merged
merged 2 commits into from
Feb 9, 2021
Merged

Remove non-power-of-two SIMD vectors #1703

merged 2 commits into from
Feb 9, 2021

Conversation

calebzulawski
Copy link
Member

@RalfJung
Copy link
Member

RalfJung commented Feb 8, 2021

Thanks. :)
Can you also update the rust-version file to make CI actually check the version of Rust that includes rust-lang/rust#80652?

@calebzulawski
Copy link
Member Author

Sure! Should I update it to that particular hash, or just the latest hash on master?

@RalfJung
Copy link
Member

RalfJung commented Feb 8, 2021

Probably best to use that hash to ensure there's no interference with other changes that came in since then.

@@ -7,10 +7,6 @@ struct i32x2(i32, i32);
#[repr(simd)]
#[derive(Copy, Clone, Debug, PartialEq)]
#[allow(non_camel_case_types)]
struct i32x3(i32, i32, i32);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may need to reintroduce this (at least I was told in rust-lang/rust#27731 (comment) that we need to support these again). So we should probably have an issue that reminds us to re-add this once it works again

@RalfJung
Copy link
Member

RalfJung commented Feb 9, 2021

Thanks. :)
@bors r+

@bors
Copy link
Collaborator

bors commented Feb 9, 2021

📌 Commit 053124a has been approved by RalfJung

@bors
Copy link
Collaborator

bors commented Feb 9, 2021

⌛ Testing commit 053124a with merge e09dce0...

@bors
Copy link
Collaborator

bors commented Feb 9, 2021

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing e09dce0 to master...

@bors bors merged commit e09dce0 into rust-lang:master Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

miri no longer builds after rust-lang/rust#80652
4 participants