Subversion Repositories HelenOS-historic

Rev

Rev 647 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 660
Line 26... Line 26...
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include<sftypes.h>
29
#include<sftypes.h>
30
#include<arithmetic.h>
30
#include<arithmetic.h>
-
 
31
#include<comparison.h>
31
 
32
 
32
/** Add two Float32 numbers with same signs
33
/** Add two Float32 numbers with same signs
33
 */
34
 */
34
float32 addFloat32(float32 a, float32 b)
35
float32 addFloat32(float32 a, float32 b)
35
{
36
{