[smooth] Re-enable new line renderer on 64-bit archs.

* src/smooth/ftgrays (gray_render_line): Conditionally re-enable new
implementation, where it is safe from overflows.
This commit is contained in:
Alexei Podtelezhnikov 2016-06-08 23:31:28 -04:00
parent 9cf232ed66
commit 77180c7adc
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2016-06-08 Alexei Podtelezhnikov <apodtele@gmail.com>
[smooth] Re-enable new line renderer on 64-bit archs.
* src/smooth/ftgrays (gray_render_line): Conditionally re-enable new
implementation, where it is safe from overflows.
2016-06-08 Alexei Podtelezhnikov <apodtele@gmail.com>
[smooth] Minor clean-ups.

View File

@ -694,7 +694,7 @@ typedef ptrdiff_t FT_PtrDist;
gray_set_cell( RAS_VAR_ ex, ey );
}
#if 1
#ifndef FT_LONG64
/*************************************************************************/
/* */