vir-simd 0.3.0
Features
Features from Vc are finally coming back to stdx::simd
(or rather vir-simd)...
- type vectorization meta-function (
vir::simdize
, similar toVc::simdize
) - (de)interleave optimizations for efficient AoS (array of struct) access
What's Changed
- Improved documentation @mattkretz in #11
- CMake project and CI refactor by @AlvaroFS in #15
- Add vir::simd_permute following P2664 by @mattkretz in #13
- Add SIMD execution policy for standard algorithms by @mattkretz in #16 and #17
New Contributors
Full Changelog: v0.2.0...v0.3.0