servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.52k stars 198 forks source link

use `portable_simd` for simd implementation #560

Open sagudev opened 4 months ago

sagudev commented 4 months ago

https://doc.rust-lang.org/std/simd/index.html

would there be any interest in accepting it?