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

Migrate from packed_simd to stdlib simd (aka portable simd) #33

Open
SUPERCILEX opened this issue May 27, 2022 · 3 comments · May be fixed by #45
Open

Migrate from packed_simd to stdlib simd (aka portable simd) #33

SUPERCILEX opened this issue May 27, 2022 · 3 comments · May be fixed by #45

Comments

@SUPERCILEX
Copy link

Packed simd stopped compiling a few days ago: rust-lang/packed_simd#343. It should be replaced with portable simd: https://doc.rust-lang.org/std/simd/index.html

@bjorn3
Copy link

bjorn3 commented Mar 7, 2023

This issue is preventing rapier from working with cg_clif when simd-unstable is enabled: rust-lang/rustc_codegen_cranelift#1361

@farnoy farnoy linked a pull request Jun 16, 2023 that will close this issue
@davemollen
Copy link

packed_simd stopped compiling because the platform_intrinsics feature has been removed. Maybe this makes the earlier request for replacement with portable simd relevant again.

See the issue at the packed_simd repository: rust-lang/packed_simd#360

@ProfFan
Copy link

ProfFan commented May 4, 2024

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

Successfully merging a pull request may close this issue.

4 participants