summaryrefslogtreecommitdiff
path: root/libc/test/src/math/floorf16_test.cpp
AgeCommit message (Collapse)Author
2024-06-10Reapply "[libc][math][c23] Add MPFR unit tests for ↵OverMighty
{ceil,floor,round,roundeven,trunc}f16 (#94383)" (#94807) This reverts commit cbe97e959dc67503d7cc44a3810e3124b6d3340e.
2024-06-05Revert "[libc][math][c23] Add MPFR unit tests for ↵OverMighty
{ceil,floor,round,roundeven,trunc}f16 (#94383)" (#94505) This reverts commit fda1e4b01f723c31a36ad659564ae4a61365930e. The commit caused Buildbot failures: - https://lab.llvm.org/buildbot/#/builders/256/builds/14331 - https://lab.llvm.org/buildbot/#/builders/229/builds/27009
2024-06-05[libc][math][c23] Add MPFR unit tests for ↵OverMighty
{ceil,floor,round,roundeven,trunc}f16 (#94383)