aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man/fmaximum.3
Commit message (Collapse)AuthorAgeFilesLines
* lib/msun: Added fmaximum_mag and fmaximum_num familiesJesús Blázquez2026-04-111-2/+2
| | | | | | | | | | | Added support for the f{maximum,minimum}_{mag,num} families, the new C23 standard functions for maximum magnitude and number-preferring maximum. This includes modifying fmax.3, on top of D56230, to recommend the use of fmaximum_num and fminimum_num. Reviewed by: fuz, kargl MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D56236
* lib/msun: Added fmaximum and fminimum family. Tests and man pageJesús Blázquez2026-04-041-0/+103
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