[Bug 294719] lib/msun: Added fmaximum_mag_num

[email protected] Sat, 02 May 2026 14:56:57 +0000
Newsgroups gmane.os.freebsd.devel.standards
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294719

--- Comment #14 from [email protected] ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Df62d826a6f5b9022b0cedfe22a698998a=
d9cb7f4

commit f62d826a6f5b9022b0cedfe22a698998ad9cb7f4
Author:     Jes=C3=BAs Bl=C3=A1zquez <[email protected]>
AuthorDate: 2026-04-21 17:17:00 +0000
Commit:     Robert Clausecker <[email protected]>
CommitDate: 2026-05-02 14:50:13 +0000

    lib/msun: fmaximum_mag_num family. Tests and man page

    Added the fmaximum_mag_num{,f,l} and fminimum_mag_num{,f,l} functions.

    PR:             294719
    Reviewed by:    fuz, kargl
    MFC after:      1 month

 lib/msun/Makefile                        |  18 +++--
 lib/msun/Symbol.map                      |  18 +++--
 lib/msun/man/fmaximum_mag.3              |   2 +-
 lib/msun/man/fmaximum_mag_num.3 (new)    | 109 +++++++++++++++++++++++++++=
++++
 lib/msun/src/math.h                      |  18 +++--
 lib/msun/src/s_fmaximum_mag_num.c (new)  |  88 +++++++++++++++++++++++++
 lib/msun/src/s_fmaximum_mag_numf.c (new) |  84 ++++++++++++++++++++++++
 lib/msun/src/s_fmaximum_mag_numl.c (new) |  77 ++++++++++++++++++++++
 lib/msun/src/s_fminimum_mag_num.c (new)  |  90 +++++++++++++++++++++++++
 lib/msun/src/s_fminimum_mag_numf.c (new) |  85 ++++++++++++++++++++++++
 lib/msun/src/s_fminimum_mag_numl.c (new) |  79 ++++++++++++++++++++++
 lib/msun/tests/fmaximum_fminimum_test.c  |  28 +++++++-
 12 files changed, 677 insertions(+), 19 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=