-
Notifications
You must be signed in to change notification settings - Fork 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
simd_backend
: replace packed_simd_2
with std::simd
#415
Comments
Looked into this and it seems like a pretty nontrivial change. Some traits aren't implemented (e.g., going from Maybe it'd be best to remove the |
Sure |
I consider this addressed by #520. An eventual migration to |
The
packed_simd_2
crate used by thesimd_backend
feature is a prototype ofstd::simd
, which has since landed in the nightly compiler, makingpacked_simd_2
effectively obsolete.It would probably be a good idea to migrate
simd_backend
to usestd::simd
.The text was updated successfully, but these errors were encountered: