]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Math/w_exp.c
StdLib: GCC 6 build fixes
[mirror_edk2.git] / StdLib / LibC / Math / w_exp.c
index 29a2bb2906505754cf1a25c9a5192ad269263d1b..f2a0e396997322a4d78caaf96e84a98cb387aa2e 100644 (file)
@@ -22,9 +22,11 @@ __RCSID("$NetBSD: w_exp.c,v 1.9 2002/05/26 22:02:00 wiz Exp $");
 #include "math.h"\r
 #include "math_private.h"\r
 \r
+#ifndef _IEEE_LIBM\r
 static const double\r
 o_threshold=  7.09782712893383973096e+02,  /* 0x40862E42, 0xFEFA39EF */\r
 u_threshold= -7.45133219101941108420e+02;  /* 0xc0874910, 0xD52D3051 */\r
+#endif\r
 \r
 double\r
 exp(double x)   /* wrapper exp */\r