From 0683fb66c179adc218a5ab46d022e7b5b9d26121 Mon Sep 17 00:00:00 2001 From: dim Date: Fri, 21 Feb 2014 21:54:36 +0000 Subject: In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a warning. --- lib/msun/ld128/s_expl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msun') diff --git a/lib/msun/ld128/s_expl.c b/lib/msun/ld128/s_expl.c index 1357e70..a6a9676 100644 --- a/lib/msun/ld128/s_expl.c +++ b/lib/msun/ld128/s_expl.c @@ -131,7 +131,7 @@ T3 = 0.03125; /* * Domain [-0.1659, 0.03125], range ~[2.9134e-44, 1.8404e-37]: * |(exp(x)-1-x-x**2/2)/x - p(x)| < 2**-122.03 -/* + * * XXX none of the long double C or D coeffs except C10 is correctly printed. * If you re-print their values in %.35Le format, the result is always * different. For example, the last 2 digits in C3 should be 59, not 67. -- cgit v1.1