[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.
diff --git a/ChangeLog b/ChangeLog
index 4218d3a..53d85e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
* src/smooth/ftgrays.c (gray_dump_cells): Move out of the way.
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index 8aad262..efa5f94 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -694,7 +694,7 @@ typedef ptrdiff_t FT_PtrDist;
gray_set_cell( RAS_VAR_ ex, ey );
}
-#if 1
+#ifndef FT_LONG64
/*************************************************************************/
/* */