-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
This issue is preventing rapier from working with cg_clif when simd-unstable is enabled: https://github.com/bjorn3/rustc_codegen_cranelift/issues/1361 |
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 |
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
The text was updated successfully, but these errors were encountered: