aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorOverMighty <its.overmighty@gmail.com>2024-06-05 15:46:36 +0200
committerGitHub <noreply@github.com>2024-06-05 09:46:36 -0400
commit6c973036818f926c65ddc9b40578917e5f2240cb (patch)
tree63ca3adfd08d993f7f5564c0d740323268dfd634 /libc/docs
parentb9549261e218cee2ad1305fb7272b831799b7bfe (diff)
downloadllvm-6c973036818f926c65ddc9b40578917e5f2240cb.zip
llvm-6c973036818f926c65ddc9b40578917e5f2240cb.tar.gz
llvm-6c973036818f926c65ddc9b40578917e5f2240cb.tar.bz2
[libc][math][c23] Add copysignf16 C23 math function (#94351)
#93566
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/math/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/docs/math/index.rst b/libc/docs/math/index.rst
index 9040e24..16fd866 100644
--- a/libc/docs/math/index.rst
+++ b/libc/docs/math/index.rst
@@ -112,7 +112,7 @@ Basic Operations
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| canonicalize | |check| | |check| | |check| | |check| | |check| | 7.12.11.7 | F.10.8.7 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
-| copysign | |check| | |check| | |check| | | |check| | 7.12.11.1 | F.10.8.1 |
+| copysign | |check| | |check| | |check| | |check| | |check| | 7.12.11.1 | F.10.8.1 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| dadd | N/A | N/A | | N/A | | 7.12.14.1 | F.10.11 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+