Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1031 → Rev 1030

/uspace/trunk/softfloat/generic/softfloat.c
38,6 → 38,8
#include<comparison.h>
#include<other.h>
 
#include<arch.h>
#include<types.h>
#include<functions.h>
 
/* Arithmetic functions */
482,3 → 484,13
/* TODO: */
}
 
float __mulsc3(float a, float b, float c, float d)
{
/* TODO: */
}
 
float __divsc3(float a, float b, float c, float d)
{
/* TODO: */
}