Skip to content
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

Change packed_simd_2 to packed_simd for feature simd-nightly #456

Open
Windabove opened this issue Dec 6, 2023 · 1 comment
Open

Change packed_simd_2 to packed_simd for feature simd-nightly #456

Windabove opened this issue Dec 6, 2023 · 1 comment
Labels
D-Medium dependencies Pull requests that update a dependency file P-Medium S-in-progress

Comments

@Windabove
Copy link

Windabove commented Dec 6, 2023

packed_simd_2 is no more maintained and will fail to compile with the latest nightly.

error: unrecognized platform-specific intrinsic function: `simd_shuffle2`
...
error: unrecognized platform-specific intrinsic function: `simd_shuffle4`
...
error: unrecognized platform-specific intrinsic function: `simd_shuffle8`
...
error: unrecognized platform-specific intrinsic function: `simd_shuffle16`
...
error: unrecognized platform-specific intrinsic function: `simd_shuffle32`
...
error: unrecognized platform-specific intrinsic function: `simd_shuffle64`

since those simd_shuffle* are removed a while ago. Replacing packed_simd_2 with packed_simd fixes this problem.

For more information: rust-lang/packed_simd#356

@Vrixyz
Copy link
Contributor

Vrixyz commented May 22, 2024

This has been fixed upstream dimforge/simba#50 ; I'm keeping it open until the whole dependency chain updates.

@Vrixyz Vrixyz added dependencies Pull requests that update a dependency file D-Medium P-Medium S-in-progress labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-Medium dependencies Pull requests that update a dependency file P-Medium S-in-progress
Projects
None yet
Development

No branches or pull requests

2 participants