Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2024 22:41:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 277783] libc fma() doesn't not return the correct zero sign
Message-ID:  <bug-277783-227-p6fjaLOVFc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277783-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277783

--- Comment #17 from Steve Kargl <kargl@FreeBSD.org> ---
Perhaps, the comments needs an update, but I'm not sure to what.

I did look at
https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libm/src/s_fma.c?annotate=1.7
which is based on das@ code.  This code does not have the special, but if I
read it correctly would fall through to the subnormal case in the lines 174-189
block of code with Victor's values.

netbsd uses essentially freebsd's code with a few minor changes, so likely has
the same issue as in this bug report.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277783-227-p6fjaLOVFc>