Date: Tue, 08 Jan 2019 15:23:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 229501] [libm] Reduce diff between src/e_j0.c and src/e_j0f.c Message-ID: <bug-229501-227-HjyIkvjnsx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229501-227@https.bugs.freebsd.org/bugzilla/> References: <bug-229501-227@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=3D229501 Pedro F. Giffuni <pfg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pfg@FreeBSD.org --- Comment #1 from Pedro F. Giffuni <pfg@FreeBSD.org> --- Looking at the patch: --- src/e_j0f.c (revision 342861) +++ src/e_j0f.c (working copy) @@ -42,7 +42,7 @@ S03 =3D 5.1354652442e-07, /* 0x3509daa6 */ S04 =3D 1.1661400734e-09; /* 0x30a045e8 */ -static const float zero =3D 0.0; +static const float zero =3D 0, qrtr =3D 0.25; float __ieee754_j0f(float x) ... It is probably old school but I would prefer we still use 0.0 for float. --=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-229501-227-HjyIkvjnsx>