[pypy-commit] extradoc extradoc: this line should have been commented out too

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


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

Log:	this line should have been commented out too

diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex
--- a/talk/dls2012/paper.tex
+++ b/talk/dls2012/paper.tex
@@ -988,7 +988,7 @@
 with $n=10^5$.
 %\item {\bf conv5}$\left(n\right)$: one-dimensional convolution with fixed kernel-size $5$. Similar to conv3, but with 
 %${\bf k} = \left(k_1, k_2, k_3, k_4, k_5\right)$. The enumeration of the elements in $\bf k$ is still 
-hardcoded into the implementation making the benchmark consist of a single loop too.
+%hardcoded into the implementation making the benchmark consist of a single loop too.
 \item {\bf conv3x3}$\left(n,m\right)$: two-dimensional convolution with a kernel of fixed
   size $3 \times 3$ using a custom class to represent two-dimensional
   arrays. It is implemented as two nested loops that iterates over the elements of the 


More information about the pypy-commit mailing list