<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_decimal/libmpdec/basearith.c, branch orphaned-comment</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-40874: Update to libmpdec-2.5.0 (GH-20652)</title>
<updated>2020-06-05T17:43:01+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-06-05T17:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=087d612efebe7c64e5f079b07e0454111859830e'/>
<id>087d612efebe7c64e5f079b07e0454111859830e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26846: Workaround for non-standard stdlib.h on Android.</title>
<updated>2016-04-25T20:48:42+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2016-04-25T20:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8e1da5823b4dabbc5e60f8ee27411070a37804ef'/>
<id>8e1da5823b4dabbc5e60f8ee27411070a37804ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright. The four year increment is intentional (to save work).</title>
<updated>2013-12-08T18:54:05+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2013-12-08T18:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=ecff6554d3c3be05df7416c780ddec219da72a3d'/>
<id>ecff6554d3c3be05df7416c780ddec219da72a3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Proactive reliability fix for broken FPUs: The base conversion functions</title>
<updated>2012-06-30T16:05:33+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2012-06-30T16:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c35a8e5c98c4ae43027c57e679da62fa9e132060'/>
<id>c35a8e5c98c4ae43027c57e679da62fa9e132060</id>
<content type='text'>
use log10() to calculate the size of the output array. The current code
has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc)
and produces sufficiently large values for all inputs tested so far (coefficient
sizes of 10**18 - 1 are hard to test exhaustively).

The new code does not rely on the correctness of log10() and resizes
the output arrays if the allocated space is insufficient.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use log10() to calculate the size of the output array. The current code
has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc)
and produces sufficiently large values for all inputs tested so far (coefficient
sizes of 10**18 - 1 are hard to test exhaustively).

The new code does not rely on the correctness of log10() and resizes
the output arrays if the allocated space is insufficient.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #7652: Integrate the decimal floating point libmpdec library to speed</title>
<updated>2012-03-21T17:25:23+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2012-03-21T17:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1919b7e72bc43315b32f38a6f5f01e8c717907f4'/>
<id>1919b7e72bc43315b32f38a6f5f01e8c717907f4</id>
<content type='text'>
up the decimal module. Performance gains of the new C implementation are
between 12x and 80x, depending on the application.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
up the decimal module. Performance gains of the new C implementation are
between 12x and 80x, depending on the application.
</pre>
</div>
</content>
</entry>
</feed>
