-
Notifications
You must be signed in to change notification settings - Fork 13k
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
How to use new SIMD rules after 1.78 #122965
Comments
@jianshu93 You should try using #![feature(portable_simd)] The |
The issue here is not a problem with rustc or the stdlib as it is a breakage in a nightly feature, it is rather due to the |
hello all, I believe the fix does not work and we have to wait for packed_simd to update to v1.78 v1.79. See the error here: rust-lang/packed_simd#360 Is there a plan for update? Thanks, Jianshu |
Dear Rust team,
I rely heavily on Rust stdsimd feature before v1.78 like below:
How do I quickly port my code to allow it work for 1.78 or after, in which the stdsimd feature has been removed. I do not want to rewrite the function for each instructions like AVX2 AVS512 et.al..
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered: