Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2021 11:02:03 +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-ClasAA8Mj9@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

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D25120662284466ecef976df8f86e97baf=
dedf991

commit 25120662284466ecef976df8f86e97bafdedf991
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-02-11 11:01:10 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-02-11 11:01:10 +0000

    Fix lib/msun/test builds on platforms without 80-bit long doubles

    After d3338f3355a612cf385632291f46c5777bba8d18, the lib/msun test case
    'hypotl_near_underflow' would fail to compile on platforms where long
    doubles weren't 80 bit, like on x86. Disable this particular test on
    such platforms for now.

    PR:             253313
    MFC after:      1 week
    X-MFC-With:     d3338f3355a612cf385632291f46c5777bba8d18

 contrib/netbsd-tests/lib/libm/t_hypot.c | 4 ++++
 1 file changed, 4 insertions(+)

--=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-ClasAA8Mj9>