Skip to content

Does not compile on latest nightly (SIMD vector's only field must be an array) #96

@martin-t

Description

@martin-t

The feature repr_simd no longer supports structs with multiple fields.

The fix is to convert vek's vectors to use arrays internally. I haven't looked at how much work it would be.

The workaround is to disable vek's default features and only use the ones you need - e.g. vek = { version = "0.17.0", default-features = false, features = ["rgba", "rgb", "std"] }.

I propose that a quick temporary solution would be to publish 0.17.1 with repr_simd removed from the list of default features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions