Skip to content

[smooth] Remove SSE2.

Alexei Podtelezhnikov requested to merge remove_sse2 into master

Benchmarking shows that rendering curves is faster without SSE2. This is understandable because we deal with 2D space and simple calculations. See !314 (merged) for testing results.

  • src/smooth/ftgrays.c (gray_render_conic): Remove SSE2 code.
Edited by Alexei Podtelezhnikov

Merge request reports