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
290 stars 29 forks source link

Fix compilation with no-std and libm feature. #15

Closed sebcrozet closed 3 years ago

sebcrozet commented 3 years ago

This also adds to the CI a compilation with no-std and libm so we can detect this kind of regression earlier. Fix #14