You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the stabilization path for std::simd is not clear yet, and that stabilization might take a while
there are issues with some targets failing with core upstream, e.g., due to linkage issues
std::simd costs most of the CI time of the stdsimd repo,
I'd like to discuss whether we should split std::simd into a crate separate from std (not necessarily mine, we can put the current implementation 1:1 as is in the nursery).
Splitting the crate might let us sync upstream more often and without breakage with stdsimd, significantly reducing the amount of churn we are seeing.
This basically turns rust-lang-nursery/stdsimd into stdarch, and the current std::simd into a crates on crates.io that people can just use with nightly in an opt-in way.
The text was updated successfully, but these errors were encountered:
I have a pretty much equivalent implementation of
stdsimd
that follows the RFC in https://github.com/gnzlbg/ppvGiven that:
std::simd
is not clear yet, and that stabilization might take a whilecore
upstream, e.g., due to linkage issuesstd::simd
costs most of the CI time of thestdsimd
repo,I'd like to discuss whether we should split
std::simd
into a crate separate fromstd
(not necessarily mine, we can put the current implementation 1:1 as is in the nursery).Splitting the crate might let us sync upstream more often and without breakage with
stdsimd
, significantly reducing the amount of churn we are seeing.cc @alexcrichton
This basically turns
rust-lang-nursery/stdsimd
intostdarch
, and the currentstd::simd
into a crates on crates.io that people can just use with nightly in an opt-in way.The text was updated successfully, but these errors were encountered: