Date: Tue, 30 Aug 2016 20:50:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211965] [patch] fmodl not properly aliased on architectures where LDBL_PREC == 53 (arm, mips, powerpc) Message-ID: <bug-211965-8-3V5arIHAiT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211965-8@https.bugs.freebsd.org/bugzilla/> References: <bug-211965-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211965 Kyle Evans <bsdports@kyle-evans.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #173822|0 |1 is obsolete| | --- Comment #1 from Kyle Evans <bsdports@kyle-evans.net> --- Created attachment 174233 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174233&action= =3Dedit svn(1) diff of lib/msun/src, standardizing conditionals and properly aliasi= ng fmodl As mentioned by Warner Losh [1], LDBL_MANT_DIG =3D=3D 53 could be written as LDBL_MANT_DIG =3D=3D DBL_MANT_DIG to better convey the intention of this bl= ock. I've amended this to do that, as well as to give the same treatment to the other instances where the same meaning is intended. Also, I've standardized= all of these to a form without parentheses enclosing the statement. This could presumably be split out into a patch solely addressing the alias= ing of fmodl and a patch addressing the consistency nits, but this is trivial enough that I left it alone. [1] https://lists.freebsd.org/pipermail/freebsd-arm/2016-August/014604.html --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211965-8-3V5arIHAiT>