aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorRobin Caloudis <robin.caloudis@gmx.de>2024-04-17 17:38:47 +0200
committerGitHub <noreply@github.com>2024-04-17 08:38:47 -0700
commitb854a2323337be2633b1135f590678a17e9d1ade (patch)
treec173e18e77188d8da3505344de3a0f30760abdab /libc/docs
parent950bb097e11d6ee26533c00519c62df994322228 (diff)
downloadllvm-b854a2323337be2633b1135f590678a17e9d1ade.zip
llvm-b854a2323337be2633b1135f590678a17e9d1ade.tar.gz
llvm-b854a2323337be2633b1135f590678a17e9d1ade.tar.bz2
[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.
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/c23.rst2
-rw-r--r--libc/docs/fenv.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/libc/docs/c23.rst b/libc/docs/c23.rst
index 4138c9d..44724fe 100644
--- a/libc/docs/c23.rst
+++ b/libc/docs/c23.rst
@@ -21,7 +21,7 @@ Additions:
* fenv.h
* fesetexcept |check|
- * fetestexceptflag
+ * fetestexceptflag |check|
* fegetmode
* fesetmode
* math.h
diff --git a/libc/docs/fenv.rst b/libc/docs/fenv.rst
index 6574fb7..1dee5515 100644
--- a/libc/docs/fenv.rst
+++ b/libc/docs/fenv.rst
@@ -42,7 +42,7 @@ fenv.h Functions
- |check|
- 7.6.6.3
* - fesetexcept
- -
+ - |check|
- 7.6.4.4
* - fesetexceptflag
- |check|
@@ -57,7 +57,7 @@ fenv.h Functions
- |check|
- 7.6.4.7
* - fetestexceptflag
- -
+ - |check|
- 7.6.4.6
* - feupdateenv
- |check|