pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-03
2014-09-03 21:29:00 by Martin Nilsson <nilsson@opera.com>
159a2b867c93dddc3de426336b519f3a5c4bba00 (
17
lines) (+
2
/-
15
)
[
Show
|
Annotate
]
Branch:
8.0
ldexp is C89 and 4.3BSD
5684:
int t = isunordered(0.0, 0.0); exit(0); ])
+
######################################################################## MY_CHECK_FUNCTION(dlopen, [
5692:
dlopen(0, 0); exit(0); ])
-
########################################################################
+
-
MY_CHECK_FUNCTION(ldexp,
-
[
-
#include <math.h>
-
], [
-
double x;
-
int p;
-
-
for(x=0.0;x<2.0;x+=1.0/64.0)
-
for(p=-6;p<7;p++)
-
if(ldexp(x,p) != x*pow(2.0, (double)p))
-
exit(1);
-
exit(0);
-
])
-
+
######################################################################## MY_CHECK_FUNCTION(rint, [