Micro Python: Now compiles without errors (but lots of warnings)
This commit is contained in:
parent
94d571fea6
commit
6d606d5ffa
@ -187,7 +187,7 @@ float truncf(float x)
|
||||
return x;
|
||||
}
|
||||
|
||||
FORCE_EVAL(x + 0x1 p120f);
|
||||
FORCE_EVAL(x + 0x1p120f);
|
||||
u.i &= ~m;
|
||||
return u.f;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user