History log of /freebsd/lib/msun/tests/fmaximum_fminimum_test.c (Results 1 – 1 of 1)
Revision Date Author Comments
# e55db843 31-Mar-2026 Jesús Blázquez <jesuscblazquez@gmail.com>

lib/msun: Added fmaximum and fminimum family. Tests and man page

Starting from the existing fmax{,f,l} functions I've added the fmaximum
family, which handles NaN according to the newest standard (p

lib/msun: Added fmaximum and fminimum family. Tests and man page

Starting from the existing fmax{,f,l} functions I've added the fmaximum
family, which handles NaN according to the newest standard (propagating
it).

This commit is a PoC for GSoC 2026.

Reviewed by: fuz, kargl
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D55834

show more ...