[Bug 251091] lib msun remainder() gives incorrect result on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Oct 2025 21:42:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251091
Steve Kargl <kargl@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl@FreeBSD.org
--- Comment #2 from Steve Kargl <kargl@FreeBSD.org> ---
Does not look like a libm issue.
% cc -o z a.c -lm
a.c:1:10: fatal error: 'openlibm.h' file not found
1 | #include <openlibm.h>
| ^~~~~~~~~~~~
1 error generated.
--
You are receiving this mail because:
You are on the CC list for the bug.