| #
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 ...
|