RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.05k stars 67 forks source link

Optimize u16/lowp pipeline on Arm #55

Open RazrFalcon opened 1 year ago

RazrFalcon commented 1 year ago

Currently we're 2-4x slower in some benchmarks on Apple M1. This is with ARM NEON.

Benchmark results: https://razrfalcon.github.io/tiny-skia/arm.html

Otherwise, performance is decent.