History log of /llvm-project/libc/test/src/math/smoke/FMaximumMagNumTest.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 88f0dc48 15-Jul-2024 OverMighty <its.overmighty@gmail.com>

[libc] Fix warnings emitted by GCC (#98751)

Fixes #98709.


Revision tags: llvmorg-18.1.8
# dd1cd02a 06-Jun-2024 OverMighty <its.overmighty@gmail.com>

[libc][math][c23] Add {fmaximum,fminimum}{,_mag,_mag_num,_num} C23 math functions (#94510)

#93566


Revision tags: llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5
# 837dab96 23-Apr-2024 Roland McGrath <mcgrathr@google.com>

[libc] Make fenv and math tests preserve fenv_t state (#89658)

This adds a new test fixture class FEnvSafeTest (usable as a base
class for other fixtures) that ensures each test doesn't perturb
th

[libc] Make fenv and math tests preserve fenv_t state (#89658)

This adds a new test fixture class FEnvSafeTest (usable as a base
class for other fixtures) that ensures each test doesn't perturb
the `fenv_t` state that the next test will start with. It also
provides types and methods tests can use to explicitly wrap code
under test either to check that it doesn't perturb the state or
to save and restore the state around particular test code.

All the fenv and math tests are updated to use this so that none
can affect another. Expectations that code under test and/or
tests themselves don't perturb state can be added later.

show more ...


Revision tags: llvmorg-18.1.4, llvmorg-18.1.3
# 3e3f0c31 25-Mar-2024 Job Henandez Lara <hj93@protonmail.com>

[libc][math][c23] add c23 floating point fmaximum and fminimum functions. (#86016)

Fixes https://github.com/llvm/llvm-project/issues/85496.

---------

Co-authored-by: Job Hernandez <h93@protonm

[libc][math][c23] add c23 floating point fmaximum and fminimum functions. (#86016)

Fixes https://github.com/llvm/llvm-project/issues/85496.

---------

Co-authored-by: Job Hernandez <h93@protonmail.com>

show more ...