servo / pathfinder

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

Make pf-no-simd feature additive #432

Open RazrFalcon opened 3 years ago

RazrFalcon commented 3 years ago

Right now, to disable simd we have to enable the pf-no-simd feature. Wouldn't it be better if we could enable simd by enabling a feature? So pf-no-simd could be renamed into just simd and will be enabled by default.