Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2021 05:00:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253313] lib/msun: hypotl(3) mishandles subnormal numbers
Message-ID:  <bug-253313-227-UTn2WcL6xe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253313-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253313-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=3D253313

Mark Millard <marklmi26-fbsd@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd@yahoo.com

--- Comment #4 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to commit-hook from comment #3)

FYI, from the lists:

On Wed, Feb 10, 2021, at 4:30 PM, Dimitry Andric wrote:
> +	volatile long double a =3D 0x1.b2933cafa0bb7p-16383L;
> +	volatile long double b =3D 0x1.fffffffffffffp-16351L;
> +	volatile long double e =3D 0x1.fffffffffffffp-16351L;

These are compile errors on most platforms. I believe these constants are
specific to the x86-centric 80-bit long double format, whereas all other
platforms use either 64-bit or 128-bit long doubles.

--=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-253313-227-UTn2WcL6xe>