svn commit: r354794 - stable/11/lib/msun/src
Li-Wen Hsu
lwhsu at FreeBSD.org
Sun Nov 17 18:26:08 UTC 2019
Author: lwhsu
Date: Sun Nov 17 18:26:07 2019
New Revision: 354794
URL: https://svnweb.freebsd.org/changeset/base/354794
Log:
MFC r354520:
Get the fix in back by reverting the part accidentally included in r354491.
This brings back r354467.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/lib/msun/src/k_sincosl.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/msun/src/k_sincosl.h
==============================================================================
--- stable/11/lib/msun/src/k_sincosl.h Sun Nov 17 18:25:42 2019 (r354793)
+++ stable/11/lib/msun/src/k_sincosl.h Sun Nov 17 18:26:07 2019 (r354794)
@@ -28,8 +28,8 @@ S1lo = -9.2563760475949941e-18; /* -0x15580000000000.
#define C1 ((long double)C1hi + C1lo)
#else
static const long double
-C1 = 0.0416666666666666666136L; /* 0xaaaaaaaaaaaaaa9b.0p-68 */
-S1 = -0.166666666666666666671L, /* -0xaaaaaaaaaaaaaaab.0p-66 */
+C1 = 0.0416666666666666666136L, /* 0xaaaaaaaaaaaaaa9b.0p-68 */
+S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */
#endif
static const double
More information about the svn-src-all
mailing list