pathfinder/simd
Patrick Walton b886c157c1 Use 2-lane instead of 4-lane SIMD types for 2D vectors.
Also, this commit rewrites the `add_fill()` method to stop using shuffle
instructions, which can be slow and make the code overly complicated. The
shuffle instructions have been removed from the various SIMD backends.
2019-06-26 16:38:37 -07:00
..
src Use 2-lane instead of 4-lane SIMD types for 2D vectors. 2019-06-26 16:38:37 -07:00
Cargo.toml Add ARM SIMD 2019-03-28 19:26:47 -07:00
build.rs Add ARM SIMD 2019-03-28 19:26:47 -07:00