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
The feature repr_simdno 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.