-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
rapier3d doesn't compile with simd-nightly #633
Comments
rust-lang/packed_simd#360 (comment) |
Thanks for providing context, the linked comment helps understanding we have to migrate from |
@cybersoulK I think this works now in rapier 0.21 since 3004a7d updated |
|
@cybersoulK In If you look in samba's Further, compiling current |
i can confirm that both of these work: rapier3d = { version = "0.21.0", features = ["simd-nightly"] } thank you! i will close the issue |
rapier3d = { version = "0.19.0", features = ["simd-nightly"] }
I have been patching rapier3d 0.18.0 with the following:
simba = { git = "https://github.com/dimforge/simba", branch = "master" } #fixes packed_simd2 dep
but since recently, it stopped working and it can't compile. Including rapier 0.19.0
The text was updated successfully, but these errors were encountered: