[Bug 277783] libc fma() doesn't not return the correct zero sign
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 277783] libc fma() doesn't not return the correct zero sign"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jul 2024 13:37:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277783 --- Comment #18 from Ed Maste <emaste@freebsd.org> --- (In reply to Steve Kargl from comment #17) > Perhaps, the comments needs an update, but I'm not sure to what. The comment has "When the addends cancel to 0", which exactly mirrored the if condition. We could extend it to something like "When the addends cancel to 0 and ..." but that seems excessive. Perhaps just "Ensure the result has the correct sign ." which leaves a clue as to why the special case exists. -- You are receiving this mail because: You are the assignee for the bug.