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:
@@ -127,3 +127,18 @@ acos (double x)
|
||||
return 2.0 * (df + w);
|
||||
}
|
||||
} /* acos */
|
||||
|
||||
#undef one
|
||||
#undef pi
|
||||
#undef pio2_hi
|
||||
#undef pio2_lo
|
||||
#undef pS0
|
||||
#undef pS1
|
||||
#undef pS2
|
||||
#undef pS3
|
||||
#undef pS4
|
||||
#undef pS5
|
||||
#undef qS1
|
||||
#undef qS2
|
||||
#undef qS3
|
||||
#undef qS4
|
||||
|
||||
Reference in New Issue
Block a user