Skip to content

rapier2d doesn't compile with simd-stable or simd-nightly feature enabled #902

@uprendis

Description

@uprendis
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:

wide = "0.7.1"

->

wide = "0.7.33"

Btw, thanks for the awesome library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions