Skip to content

Fix breakage with latest nightly's portable_simd changes#79

Open
aabizri wants to merge 1 commit intodimforge:masterfrom
aabizri:wip-nightly-1.95
Open

Fix breakage with latest nightly's portable_simd changes#79
aabizri wants to merge 1 commit intodimforge:masterfrom
aabizri:wip-nightly-1.95

Conversation

@aabizri
Copy link
Contributor

@aabizri aabizri commented Feb 4, 2026

The latest nightly rustc 1.95.0-nightly (366a1b93e 2026-02-03) (or maybe even an earlier one) has changed core::simd substantially, breaking simba in the process.

  • core::simd::Mask::from_int -> ::from_simd
  • core::simd::Mask::to_int -> ::to_simd
  • core::simd::Mask::select now needs ::core::simd::Select trait in scope

- `core::simd::Mask::from_int` -> `::from_simd`
- `core::simd::Mask::to_int` -> `::to_simd`
- `core::simd::Mask::select` now needs `::core::simd::Select` trait in scope
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.

1 participant