<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/lib/libm, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>lib/libm: Reduce size of static two_over_pi array.</title>
<updated>2020-09-03T14:45:56+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2020-09-03T14:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=38959ed8f11970d47f4e07b720a590e65e80dc35'/>
<id>38959ed8f11970d47f4e07b720a590e65e80dc35</id>
<content type='text'>
Thanks to Jeff Epler for the idea.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Jeff Epler for the idea.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Remove commented-out include statements.</title>
<updated>2020-04-23T01:24:15+00:00</updated>
<author>
<name>stijn</name>
</author>
<published>2020-04-16T07:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d6243568a05d423b58522435c3779975acbf56dd'/>
<id>d6243568a05d423b58522435c3779975acbf56dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Fix implicit floating point to integer conversions.</title>
<updated>2020-04-18T12:42:24+00:00</updated>
<author>
<name>stijn</name>
</author>
<published>2020-04-13T18:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=70affd9ba22e7f62666a9a2fafc2a3c0be9ef95a'/>
<id>70affd9ba22e7f62666a9a2fafc2a3c0be9ef95a</id>
<content type='text'>
These are found when building with -Wfloat-conversion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are found when building with -Wfloat-conversion.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Fix implicit conversion from double to float.</title>
<updated>2020-04-18T12:42:24+00:00</updated>
<author>
<name>stijn</name>
</author>
<published>2020-03-31T12:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=bcf01d1686a8fa6d257daea25ce0d7df6e4ad839'/>
<id>bcf01d1686a8fa6d257daea25ce0d7df6e4ad839</id>
<content type='text'>
These are found when building with -Wfloat-conversion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are found when building with -Wfloat-conversion.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/libm/math: Add implementation of __signbitf, if needed by a port.</title>
<updated>2018-09-27T05:21:04+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-27T05:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=8960a2823800c4b699d319e63b7472b3628d7344'/>
<id>8960a2823800c4b699d319e63b7472b3628d7344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/libm/math: Fix int type in float union, uint64_t should be uint32_t.</title>
<updated>2018-09-27T05:19:53+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-27T05:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=4c08932e735e7b75f3cdd3e0931443c088e6fd68'/>
<id>4c08932e735e7b75f3cdd3e0931443c088e6fd68</id>
<content type='text'>
A float is 32-bits wide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A float is 32-bits wide.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/libm/wf_tgamma: Fix tgammaf handling of -inf, should return nan.</title>
<updated>2018-09-04T07:00:35+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-04T07:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=b9a133e5ad6038ca7008a611966897be732f1416'/>
<id>b9a133e5ad6038ca7008a611966897be732f1416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/libm/math: Make tanhf more efficient and handle large numbers.</title>
<updated>2018-09-04T07:00:30+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-04T06:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=afc7ddca311e9c5d785537bbadb86cabf8634bea'/>
<id>afc7ddca311e9c5d785537bbadb86cabf8634bea</id>
<content type='text'>
Prior to this patch tanhf(large number) would return nan due to inf/inf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this patch tanhf(large number) would return nan due to inf/inf.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.</title>
<updated>2017-10-10T05:01:13+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-10-04T10:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=81a06d2c9c3ce081043e1eb948b65014f1b1786a'/>
<id>81a06d2c9c3ce081043e1eb948b65014f1b1786a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/libm: Fix tanhf so that it correctly handles +/- infinity args.</title>
<updated>2017-10-04T10:14:00+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-10-04T10:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c'/>
<id>f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
