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
Fix:
->
Btw, thanks for the awesome library!