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

Wrap SIMD booleans into Simd<_> #10

Closed sebcrozet closed 4 years ago

sebcrozet commented 4 years ago

So far the SIMD booleans were the only SIMD types not wrapped in our own Simd<_>. In order to implement some conversion from/to arrays, it is necessary to wrap this in our own Simd<_> just like float SIMD types.

This PR also: