is_sorted icon indicating copy to clipboard operation
is_sorted copied to clipboard

SIMD is stable

Open coder543 opened this issue 6 years ago • 1 comments

Now that SIMD has reached stable Rust, it would be great if the SIMD acceleration could be moved out of the unstable feature!

coder543 avatar Jun 29 '18 23:06 coder543

I can remove the dependency on the nightly stdsimd feature and I could easily remove the dependency on align_offset by reimplementing it, but I can't remove the dependencies on specialization and fn_traits :/

I'll leave this open to remove the stdsimd feature, but until specialization and fn_traits become stable unstable will still be required :/

If anybody has any ideas about how to remove the dependency on specialization, PRs welcome.

gnzlbg avatar Jun 29 '18 23:06 gnzlbg