<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fixpow, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/'/>
<entry>
<title>Add test code to check reliablity of fixexp(), for sufficently large absolute values (&gt;0.00013) our error is below 0.2%)</title>
<updated>2014-10-07T13:53:27+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2014-10-07T13:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=f53202b53f9c8d1294219ec67d3a298fd59f2bef'/>
<id>f53202b53f9c8d1294219ec67d3a298fd59f2bef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding test code for fixexp. We're accurate to 22 significant bits</title>
<updated>2014-10-07T02:51:49+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@bauklotz.lan</email>
</author>
<published>2014-10-07T02:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=da540be956937b49beba8e02569f16b80561c5a8'/>
<id>da540be956937b49beba8e02569f16b80561c5a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace rest of hex constants with Q26 macros, also replace algorithm for arguments of fixexp with negative parameter with a more aggressive one</title>
<updated>2014-10-06T21:01:40+00:00</updated>
<author>
<name>erdgeist</name>
<email>de@gsmk.de</email>
</author>
<published>2014-10-06T21:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=4a11447fbab4e00cfd207829a1e4d47c97f728db'/>
<id>4a11447fbab4e00cfd207829a1e4d47c97f728db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code to look for an optimal solution for negative parameters to exp()  ... turns out, the naive solution had the same score as all the other optima.</title>
<updated>2014-10-06T20:29:11+00:00</updated>
<author>
<name>erdgeist</name>
<email>de@gsmk.de</email>
</author>
<published>2014-10-06T20:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=7214d06d2d54dcfa770dd98e902a0397f208aec3'/>
<id>7214d06d2d54dcfa770dd98e902a0397f208aec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert hex constants to double constants and a macro to convert them to Q26</title>
<updated>2014-10-06T16:04:43+00:00</updated>
<author>
<name>erdgeist</name>
<email>de@gsmk.de</email>
</author>
<published>2014-10-06T16:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=2e57ec4405b2c52b48820aff75cd6d18efe2fc47'/>
<id>2e57ec4405b2c52b48820aff75cd6d18efe2fc47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up table generator</title>
<updated>2014-10-06T15:25:51+00:00</updated>
<author>
<name>erdgeist</name>
<email>de@gsmk.de</email>
</author>
<published>2014-10-06T15:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=798b2b1435fd2e6f4b51c55af219ff01c685db1d'/>
<id>798b2b1435fd2e6f4b51c55af219ff01c685db1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in license comment</title>
<updated>2014-10-05T19:53:36+00:00</updated>
<author>
<name>erdgeist</name>
<email>de@gsmk.de</email>
</author>
<published>2014-10-05T19:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=927cbd1513cfcb0f0a50852c2d7a2c160fa3dc47'/>
<id>927cbd1513cfcb0f0a50852c2d7a2c160fa3dc47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial version. Works. Untested. Unreviewed</title>
<updated>2014-10-05T19:46:53+00:00</updated>
<author>
<name>erdgeist</name>
<email>de@gsmk.de</email>
</author>
<published>2014-10-05T19:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/fixpow/commit/?id=74e85423c8431e32447806a44ff0a4b3ed1da195'/>
<id>74e85423c8431e32447806a44ff0a4b3ed1da195</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
