In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a

warning.
This commit is contained in:
Dimitry Andric 2014-02-21 21:54:36 +00:00
parent d7c3b3b9de
commit 6202fb7bd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang-sparc64/; revision=262308

View File

@ -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.