<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /uspace/trunk/softfloat/generic/softfloat.c</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sat, 04 Apr 2026 03:40:53 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;max=40&amp;peg=794</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;peg=794&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 22 Jan 2006 18:59:13 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 737 – Added function for 64 bit multiplication but its still buggy.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added function for 64 bit multiplication but its still buggy.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/mul.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/mul.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=737&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=737&amp;peg=794</guid></item>
<item><pubDate>Sun, 22 Jan 2006 16:51:00 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 734 – Added function for 64bit subtraction. Fixed bug in recognizing signaling ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added function for 64bit subtraction.&lt;br /&gt;
Fixed bug in recognizing signaling and quiet NaNs.&lt;br /&gt;
Some 64-bit add and sub testing done.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/add.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/sub.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sub.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=734&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=734&amp;peg=794</guid></item>
<item><pubDate>Sun, 22 Jan 2006 15:13:02 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 731 – Arithmetic.c divided into four new files.  64 bit add ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Arithmetic.c divided into four new files. &lt;br /&gt;
64 bit add implemented.&lt;/div&gt;+ /uspace/trunk/softfloat/generic/add.c&lt;br /&gt;x /uspace/trunk/softfloat/generic/arithmetic.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/div.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/mul.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/sub.c&lt;br /&gt;+ /uspace/trunk/softfloat/include/add.h&lt;br /&gt;x /uspace/trunk/softfloat/include/arithmetic.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/div.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/mul.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/sub.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=731&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=731&amp;peg=794</guid></item>
<item><pubDate>Mon, 09 Jan 2006 21:43:12 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 698 – Bugfixes in softfloat conversion functions.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Bugfixes in softfloat conversion functions.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/conversion.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=698&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=698&amp;peg=794</guid></item>
<item><pubDate>Sun, 08 Jan 2006 20:39:07 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 697 – Added new function for testint 64 bit floats and functions ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added new function for testint 64 bit floats and functions for 32&amp;lt;-&gt;64 bit conversion.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/conversion.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/comparison.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/conversion.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=697&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=697&amp;peg=794</guid></item>
<item><pubDate>Sun, 08 Jan 2006 17:26:00 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 688 – Function for multiplying added to softfloat lib.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Function for multiplying added to softfloat lib.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/arithmetic.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/arithmetic.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/comparison.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=688&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=688&amp;peg=794</guid></item>
<item><pubDate>Thu, 22 Dec 2005 13:11:35 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 660 – Fixed some bugs in softfloat after tests.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed some bugs in softfloat after tests.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/arithmetic.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/comparison.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=660&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=660&amp;peg=794</guid></item>
<item><pubDate>Tue, 20 Dec 2005 17:29:19 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 653 – Comparison function for float type added.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Comparison function for float type added.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/comparison.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=653&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=653&amp;peg=794</guid></item>
<item><pubDate>Tue, 20 Dec 2005 13:48:15 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 652 – Some new functions implemented in softfloat lib.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Some new functions implemented in softfloat lib.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=652&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=652&amp;peg=794</guid></item>
<item><pubDate>Mon, 19 Dec 2005 10:47:27 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 647 – Some changes in file structures, small bugfix in __subsf3().</title><description>&lt;div&gt;&lt;strong&gt;cejka – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Some changes in file structures, small bugfix in __subsf3().&lt;/div&gt;+ /uspace/trunk/softfloat/generic/arithmetic.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/conversion.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/other.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;+ /uspace/trunk/softfloat/include/arithmetic.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/comparison.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/conversion.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/other.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/softfloat.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=647&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=647&amp;peg=794</guid></item>
<item><pubDate>Fri, 09 Dec 2005 01:44:33 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 572 – Small softfloat.c addFloat32() bugfix.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Small softfloat.c addFloat32() bugfix.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=572&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=572&amp;peg=794</guid></item>
<item><pubDate>Wed, 07 Dec 2005 23:37:49 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 563 – Softfloat: 32 bit float addition completed.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Softfloat: 32 bit float addition completed.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/softfloat.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=563&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=563&amp;peg=794</guid></item>
<item><pubDate>Tue, 06 Dec 2005 13:44:50 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 542 – Some softfloat functions added - not compilable yet.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Some softfloat functions added - not compilable yet.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/softfloat.h&lt;br /&gt;+ /uspace/trunk/softfloat/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=542&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=542&amp;peg=794</guid></item>
<item><pubDate>Sun, 04 Dec 2005 21:07:50 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 535 – Small fix in build script. Initial work on softfloat library.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Small fix in build script.&lt;br /&gt;
Initial work on softfloat library.&lt;/div&gt;~ /uspace/trunk/Makefile&lt;br /&gt;+ /uspace/trunk/softfloat&lt;br /&gt;+ /uspace/trunk/softfloat/generic&lt;br /&gt;+ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;+ /uspace/trunk/softfloat/include&lt;br /&gt;+ /uspace/trunk/softfloat/include/softfloat.h&lt;br /&gt;~ /uspace/trunk/tools/build&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=535&amp;peg=794</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Fgeneric%2Fsoftfloat.c&amp;rev=535&amp;peg=794</guid></item>
</channel></rss>