aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorOverMighty <its.overmighty@gmail.com>2024-06-20 19:33:34 +0200
committerGitHub <noreply@github.com>2024-06-20 13:33:34 -0400
commit1107575c95577f32678ad60a96be6eaf29cf0f65 (patch)
treec0b395399cb7bc243ced228a5dfab3e7dd9de92c /libc/docs
parentf1edc0459a4cc8cd4d00331c2a5cb318955318b2 (diff)
downloadllvm-1107575c95577f32678ad60a96be6eaf29cf0f65.zip
llvm-1107575c95577f32678ad60a96be6eaf29cf0f65.tar.gz
llvm-1107575c95577f32678ad60a96be6eaf29cf0f65.tar.bz2
[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math functions (#95159)
Part of #93566.
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/c23.rst5
-rw-r--r--libc/docs/math/index.rst6
2 files changed, 9 insertions, 2 deletions
diff --git a/libc/docs/c23.rst b/libc/docs/c23.rst
index 4134bef..b9a2424 100644
--- a/libc/docs/c23.rst
+++ b/libc/docs/c23.rst
@@ -44,8 +44,9 @@ Additions:
* compoundn*
* totalorder* |check|
* totalordermag* |check|
- * getpayload*
- * setpayload*
+ * getpayload* |check|
+ * setpayload* |check|
+ * setpayloadsig* |check|
* iscannonical
* issignaling
* issubnormal
diff --git a/libc/docs/math/index.rst b/libc/docs/math/index.rst
index 293edd1..c9b1238 100644
--- a/libc/docs/math/index.rst
+++ b/libc/docs/math/index.rst
@@ -170,6 +170,8 @@ Basic Operations
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| fsub | N/A | | | N/A | | 7.12.14.2 | F.10.11 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
+| getpayload | | | | |check| | | F.10.13.1 | N/A |
++------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| ilogb | |check| | |check| | |check| | |check| | |check| | 7.12.6.8 | F.10.3.8 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| ldexp | |check| | |check| | |check| | | |check| | 7.12.6.9 | F.10.3.9 |
@@ -212,6 +214,10 @@ Basic Operations
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| scalbn | |check| | |check| | |check| | | |check| | 7.12.6.19 | F.10.3.19 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
+| setpayload | | | | |check| | | F.10.13.2 | N/A |
++------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
+| setpayloadsig | | | | |check| | | F.10.13.3 | N/A |
++------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| totalorder | | | | |check| | | F.10.12.1 | N/A |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| totalordermag | | | | |check| | | F.10.12.2 | N/A |