-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unrecognized platform-specific intrinsic function: simd_shuffle64
#356
Comments
I think this is caused by rust-lang/rust@4457ef2. |
However this seems to be fixed in <8b5a04f38f42e62babd37dad0c807d44453a0549>, maybe this version is not released yet? |
Ah OK I got it now, you need to replace packed_simd2 version 0.3.8 with packed_simd (without the "2") version 0.3.9. |
Should a packed_simd_2 0.3.9 be published with a dependency and re-export of packed_simd 0.3.9? |
I think this could be very helpful to prevent breaks for all users of new nightly Rust versions who depend on packed_simd2. |
The packed_simd_2 crate fails to compile on the latest nightly with errors about
simd_shuffle64
The text was updated successfully, but these errors were encountered: