Skip to content

Remove usize/isize From impls for vendor vector types #464

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

okaneco
Copy link
Contributor

@okaneco okaneco commented Jun 11, 2025

Remove usize/isize impls from

  • loongarch64.rs
  • wasm32.rs
  • x86.rs

Closes #462


The loongarch64 one isn't gated behind a cfg but deleted it to follow the spirit of the change.
I can back that out if needed.

Remove usize/isize impls from
- `loongarch64.rs`
- `wasm32.rs`
- `x86.rs`
@calebzulawski
Copy link
Member

Thank you!

@calebzulawski calebzulawski merged commit 70b1c20 into rust-lang:master Jun 11, 2025
59 checks passed
@okaneco okaneco deleted the remove_from_usize_impls branch June 11, 2025 22:27
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.

remove Simd<usize, 2>: From<__m128i> and similar
2 participants