Skip to content

fix generic-simd feature#103

Closed
xtqqczze wants to merge 1 commit into
llogiq:masterfrom
xtqqczze:to_simd
Closed

fix generic-simd feature#103
xtqqczze wants to merge 1 commit into
llogiq:masterfrom
xtqqczze:to_simd

Conversation

@xtqqczze

Copy link
Copy Markdown

std::simd::Mask::to_int was renamed to to_simd

`std::simd::Mask::to_int` was renamed to `to_simd`
@xtqqczze

Copy link
Copy Markdown
Author

Duplicate of #100

@xtqqczze xtqqczze closed this Apr 20, 2026
@xtqqczze xtqqczze deleted the to_simd branch April 20, 2026 19:31
@luissantosHCIT

Copy link
Copy Markdown

Crate version on crates.io is still 0.6.9. The copy that gets pulled does not contain the to_int -> to_simd updates applied here. Would it be possible to push a new crate release reflecting the function rename?

My Opinion: If the question is whether to provide backwards compatibility with older toolchains, I think bumping the minor version should help make clear there is a disrupting change. Since the portable simd feature is technically unstable, supporting implies your minimum supported compiler version is whatever minimum nightly version that does not break compilation or functionality. It's annoying but that is part of supporting an unstable feature, unfortunately.

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.

2 participants