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

Unrecognized platform-specific intrinsic function: simd_shuffle64 #356

Open
Tracked by #4
tustvold opened this issue Aug 5, 2023 · 5 comments
Open
Tracked by #4

Unrecognized platform-specific intrinsic function: simd_shuffle64 #356

tustvold opened this issue Aug 5, 2023 · 5 comments

Comments

@tustvold
Copy link

tustvold commented Aug 5, 2023

The packed_simd_2 crate fails to compile on the latest nightly with errors about simd_shuffle64

error: unrecognized platform-specific intrinsic function: `simd_shuffle64`
  --> /home/raphael/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_simd_2-0.3.8/src/codegen/llvm.rs:15:5
@KonradHoeffner
Copy link

I think this is caused by rust-lang/rust@4457ef2.

@KonradHoeffner
Copy link

However this seems to be fixed in <8b5a04f38f42e62babd37dad0c807d44453a0549>, maybe this version is not released yet?

@KonradHoeffner
Copy link

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.
This fixes the error.

@glandium
Copy link

Should a packed_simd_2 0.3.9 be published with a dependency and re-export of packed_simd 0.3.9?

@KonradHoeffner
Copy link

I think this could be very helpful to prevent breaks for all users of new nightly Rust versions who depend on packed_simd2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants