dimforge / simba

Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
293 stars 29 forks source link

Update wide to 0.7 #22

Closed ghost closed 3 years ago

CryZe commented 3 years ago

std is now an explicit feature that you need to activate. So it would be std = ["wide/std"] and default-features = false to deactivate it by default for the no-std build.

sebcrozet commented 3 years ago

Thanks!