You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no function or associated item named `transpose` found for struct `f32x4` in the current scope
--> rapier2d/../../src/geometry/contact_pair.rs:528:27
|
528 | let soa2 = wide::f32x4::transpose(transmute_to_wide(aos2));
| ^^^^^^^^^ function or associated item not found in `f32x4`
wide::f32x4 doesn't contain transpose in versions below 0.7.33