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

Optimize Simd::new and add from_slice_unaligned #12

Closed farnoy closed 4 years ago

farnoy commented 4 years ago

Fixes #11

sebcrozet commented 4 years ago

Thanks!