Alexei Podtelezhnikov 081aba390a [truetype] Kill very old vector normalization hacks.
Back in the days, vector length calculations were not very accurate
and the vector normalization function, Normalize, had to meticulously
correct the errors for long vectors [commit b7ef2b096867]. It was no
longer necessary after accurate CORDIC algorithms were adopted, but
the code remained. It is time to kill it.

* src/truetype/ttinterp.c (Normalize): Remove error compensation.
(TT_VecLen): Remove any mention of old less accurate implementation.
2013-01-12 22:36:37 -05:00
..
2008-12-21 10:29:30 +00:00
2012-06-18 10:36:06 +02:00
2011-04-21 08:21:37 +02:00
2012-12-17 09:08:09 +01:00
2012-12-10 06:59:29 -05:00
2012-06-28 20:34:26 -05:00