[Bug 289447] [libm] Fix cpow[fl]() to be consistent with pow[fl]() and glibc

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Sep 2025 02:37:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289447

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=8b41ba845c7e10b5f241a1f944fe9a8e19ad75a9

commit 8b41ba845c7e10b5f241a1f944fe9a8e19ad75a9
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2025-09-11 16:38:17 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-09-12 02:36:27 +0000

    lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0

    PR:     289447
    MFC after:      1 week

 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.