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:
@@ -160,3 +160,17 @@ atan (double x)
|
||||
return (hx < 0) ? -z : z;
|
||||
}
|
||||
} /* atan */
|
||||
|
||||
#undef aT0
|
||||
#undef aT1
|
||||
#undef aT2
|
||||
#undef aT3
|
||||
#undef aT4
|
||||
#undef aT5
|
||||
#undef aT6
|
||||
#undef aT7
|
||||
#undef aT8
|
||||
#undef aT9
|
||||
#undef aT10
|
||||
#undef one
|
||||
#undef huge
|
||||
|
||||
Reference in New Issue
Block a user