Files
clang-p2996/libc/docs/fenv.rst
Robin Caloudis b854a23233 [libc][c23][fenv] Implement fetestexceptflag (#87828)
Provide C23 `fetestexceptflag` function according to 7.6.4.6 in the
latest [revision of the C
standard](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf)
from 2023-04-02.

Closes https://github.com/llvm/llvm-project/issues/87565.
2024-04-17 08:38:47 -07:00

65 lines
940 B
ReStructuredText

.. include:: check.rst
fenv.h Functions
================
.. list-table::
:widths: auto
:align: center
:header-rows: 1
* - Function
- Implemented
- Standard
* - fe_dec_getround
-
- 7.6.5.3
* - fe_dec_setround
-
- 7.6.5.6
* - feclearexcept
- |check|
- 7.6.4.1
* - fegetenv
- |check|
- 7.6.6.1
* - fegetexceptflag
- |check|
- 7.6.4.2
* - fegetmode
-
- 7.6.5.1
* - fegetround
- |check|
- 7.6.5.2
* - feholdexcept
- |check|
- 7.6.6.2
* - feraiseexcept
- |check|
- 7.6.4.3
* - fesetenv
- |check|
- 7.6.6.3
* - fesetexcept
- |check|
- 7.6.4.4
* - fesetexceptflag
- |check|
- 7.6.4.5
* - fesetmode
-
- 7.6.5.4
* - fesetround
- |check|
- 7.6.5.5
* - fetestexcept
- |check|
- 7.6.4.7
* - fetestexceptflag
- |check|
- 7.6.4.6
* - feupdateenv
- |check|
- 7.6.6.4