All-in-one build friendly jerry-libm.
Define constants are undefined at the end of the corresponding files of jerry-libm supporting all-in-one build. JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
This commit is contained in:
@@ -89,3 +89,8 @@ scalbn (double x, int n)
|
||||
__HI (x) = (hx & 0x800fffff) | (k << 20);
|
||||
return x * twom54;
|
||||
} /* scalbn */
|
||||
|
||||
#undef two54
|
||||
#undef twom54
|
||||
#undef huge
|
||||
#undef tiny
|
||||
|
||||
Reference in New Issue
Block a user