[Bug 251091] lib msun remainder() gives incorrect result on powerpc64
[email protected] Wed, 08 Oct 2025 21:42:33 +0000
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251091 Steve Kargl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Steve Kargl <[email protected]> --- 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 the assignee for the bug.