| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lib/msun: Added fmaximum_mag and fmaximum_num families | Jesús Blázquez | 2026-04-11 | 1 | -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 page | Jesús Blázquez | 2026-04-04 | 1 | -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 | |||||
