-
Notifications
You must be signed in to change notification settings - Fork 3
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
packed_simd dependency does not work with nightly 1.78 #9
Comments
I tried to address this in #10 but while it builds, it still fails tests, so I need some help there. |
The functionality of Furthermore, it might be viable to look into |
So I pull requested into your pull request with a fix for the red tests. I looked into your transmute code, and I am fairly certain it is correct, since this is also how it was implemented in |
Resolved in 78c3841. |
As of Rust nightly 1.78, the "simd" feature no longer builds due to an error with the packed_simd dependency, which itself depends on the now removed stdsimd feature, see rust-lang/packed_simd#359.
The text was updated successfully, but these errors were encountered: