[pypy-commit] extradoc extradoc: more precision

cfbolz noreply at buildbot.pypy.org
Fri Aug 17 18:18:41 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4697:d72a4a8c789a
Date: 2012-08-17 18:18 +0200
http://bitbucket.org/pypy/extradoc/changeset/d72a4a8c789a/

Log:	more precision

diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex
--- a/talk/dls2012/paper.tex
+++ b/talk/dls2012/paper.tex
@@ -1009,7 +1009,7 @@
   size $3 \times 3$. This is similar to convolution but instead of
   summing over the terms in Equation~\ref{eq:convsum}, the maximum over those terms is taken. That places a
   external call to a max function within the loop that prevents some
-  of the optimizations.
+  of the optimizations for PyPy.
 \item {\bf sobel}$\left(n\right)$: a low-level video processing algorithm used to
   locate edges in an image. It calculates the gradient magnitude
   using sobel derivatives. A Sobel x-derivative, $D_x$, of a $n \times n$ image, ${I}$, is formed


More information about the pypy-commit mailing list