freetype2/src/smooth
Alexei Podtelezhnikov (Алексей Подтележников) c381aaa3d1 [smooth] Remove SSE2.
Benchmarking shows that rendering curves is faster without SSE2. This is
understandable because we deal with 2D space and simple calculations.
See !314 for testing results.

* src/smooth/ftgrays.c (gray_render_conic): Remove SSE2 code.
2024-01-14 03:35:31 +00:00
..
ftgrays.c [smooth] Remove SSE2. 2024-01-14 03:35:31 +00:00
ftgrays.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftsmerrs.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftsmooth.c [smooth] Signature fixes. 2023-05-07 20:44:20 +02:00
ftsmooth.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
module.mk Update all copyright notices. 2023-01-17 09:18:25 +01:00
rules.mk Update all copyright notices. 2023-01-17 09:18:25 +01:00
smooth.c Update all copyright notices. 2023-01-17 09:18:25 +01:00