msrd0 / rlottie-rs

Rust bindings to rlottie and file conversion library and tools
MIT License
17 stars 4 forks source link

Use argb_to_rgba algorithm that can be auto-vectorized #2

Closed msrd0 closed 2 years ago

msrd0 commented 2 years ago

This enables auto-vectorization for platforms with avx2 and platforms with sse4.1 on the x86 side and aarch64 and armv7 (they seem to have some always enabled simd instructions).