aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorOverMighty <its.overmighty@gmail.com>2024-06-13 18:57:24 +0200
committerGitHub <noreply@github.com>2024-06-13 12:57:24 -0400
commita2393435217a0c8832b6b34e13977bb29d722d39 (patch)
tree2808e6c790d9157b28c4e391ce2d4ff9a9991190 /libc/docs
parent389142efa0976436aa9210af014a5c92bcb53cdd (diff)
downloadllvm-a2393435217a0c8832b6b34e13977bb29d722d39.zip
llvm-a2393435217a0c8832b6b34e13977bb29d722d39.tar.gz
llvm-a2393435217a0c8832b6b34e13977bb29d722d39.tar.bz2
[libc][math][c23] Add f16sqrtf C23 math function (#95251)
Part of #95250.
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/math/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/docs/math/index.rst b/libc/docs/math/index.rst
index d556885e..7907861 100644
--- a/libc/docs/math/index.rst
+++ b/libc/docs/math/index.rst
@@ -280,6 +280,8 @@ Higher Math Functions
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| fma | |check| | |check| | | | | 7.12.13.1 | F.10.10.1 |
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
+| f16sqrt | |check| | | | N/A | | 7.12.14.6 | F.10.11 |
++-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| fsqrt | N/A | | | N/A | | 7.12.14.6 | F.10.11 |
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| hypot | |check| | |check| | | | | 7.12.7.4 | F.10.4.4 |