RazrFalcon / tiny-skia

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

Remove custom round() implementation from the wide module #32

Closed RazrFalcon closed 2 years ago

RazrFalcon commented 2 years ago

SIMD round and std::round produce different results.