[pypy-commit] extradoc extradoc: Write down Mike's comment here

arigo noreply at buildbot.pypy.org
Fri Aug 17 15:06:59 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r4676:c99a4a31d445
Date: 2012-08-17 15:06 +0200
http://bitbucket.org/pypy/extradoc/changeset/c99a4a31d445/

Log:	Write down Mike's comment here

diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex
--- a/talk/dls2012/paper.tex
+++ b/talk/dls2012/paper.tex
@@ -999,6 +999,11 @@
   depending on the class of it's input argument, $y$, while in C,
   there are three different implementations. In Lua there is no support for
   integers so only the floating point number is provided.
+  
+  XXX fix me: mikepall fijal, cfbolz: Also, sqrt(Fix16) is now a
+  meaningful result, but the text describing the benchmarks hasn't
+  changed.
+  
 \item {\bf conv3}$\left(n\right)$: one-dimensional convolution with fixed kernel-size $3$. A single loop
 is used to calculate a vector ${\bf b} = \left(b_1, \cdots, b_{n-2}\right)$ from a vector
 ${\bf a} = \left(a_1, \cdots, a_n\right)$ and a kernel ${\bf k} = \left(k_1, k_2, k_3\right)$ using 


More information about the pypy-commit mailing list