summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/FMaxTest.h
AgeCommit message (Expand)Author
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-06-06[libc][math][c23] Fix implicit conversion in smoke tests for {fmax,fmin}f16 (...OverMighty
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-03-20Fix typo (#85869)Job Henandez Lara
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-01-25[libc] Add fminf128 and fmaxf128 implementations for Linux x86_64. (#79307)felixh5678
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2023-12-15[libc] Fix improper initialization of `StorageType` (#75610)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-19[libc][math] Extract non-MPFR math tests into libc-math-smoke-tests.Tue Ly