[Bug 289447] [libm] Fix cpow[fl]() to be consistent with pow[fl]() and glibc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Sep 2025 01:01:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289447
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6f59cb79e84a86d7b864d709652ec57b6928a6cf
commit 6f59cb79e84a86d7b864d709652ec57b6928a6cf
Author: Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2025-09-11 16:38:17 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-09-19 00:59:55 +0000
lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0
PR: 289447
(cherry picked from commit 8b41ba845c7e10b5f241a1f944fe9a8e19ad75a9)
lib/msun/src/s_cpow.c | 5 ++++-
lib/msun/src/s_cpowf.c | 5 ++++-
lib/msun/src/s_cpowl.c | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.