Author: lwhsu Date: Sun Nov 17 18:25:42 2019 New Revision: 354793 URL: https://svnweb.freebsd.org/changeset/base/354793
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/12/lib/msun/src/k_sincosl.h Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/msun/src/k_sincosl.h ============================================================================== --- stable/12/lib/msun/src/k_sincosl.h Sun Nov 17 17:38:53 2019 (r354792) +++ stable/12/lib/msun/src/k_sincosl.h Sun Nov 17 18:25:42 2019 (r354793) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
