autobuild HLL stuff
git-svn-id: svn://kolibrios.org@1764 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -260,7 +260,10 @@ double func_round(double val)
|
||||
__asm fild x
|
||||
}
|
||||
|
||||
const double ALMOST_HALF = 0.5 - epsilon;
|
||||
//const double ALMOST_HALF = 0.5 - epsilon;
|
||||
double ALMOST_HALF;
|
||||
extern void ALMOST_HALF_init(void)
|
||||
{ ALMOST_HALF = 0.5 - epsilon; }
|
||||
double func_floor(double val)
|
||||
{
|
||||
int x;
|
||||
|
Reference in New Issue
Block a user