aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorJob Henandez Lara <hj93@protonmail.com>2024-06-08 12:07:27 -0700
committerGitHub <noreply@github.com>2024-06-08 15:07:27 -0400
commit263be9fb0085001630e0431782a0ac0da7ab58ae (patch)
tree1c4897cca79689cb45a992a7c51903d6bc33950a /libc/docs
parent1e92ad41d8ef46fa3c628b05ba8ed481fedc17bd (diff)
downloadllvm-263be9fb0085001630e0431782a0ac0da7ab58ae.zip
llvm-263be9fb0085001630e0431782a0ac0da7ab58ae.tar.gz
llvm-263be9fb0085001630e0431782a0ac0da7ab58ae.tar.bz2
[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)
This is an implementation of floating point multiplication: It will consist of - `double x double -> float`
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 24b88a52..9d5edd4 100644
--- a/libc/docs/math/index.rst
+++ b/libc/docs/math/index.rst
@@ -158,7 +158,7 @@ Basic Operations
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| fmod | |check| | |check| | |check| | |check| | |check| | 7.12.10.1 | F.10.7.1 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
-| fmul | N/A | | | N/A | | 7.12.14.3 | F.10.11 |
+| fmul | N/A | |check| | | N/A | | 7.12.14.3 | F.10.11 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| frexp | |check| | |check| | |check| | | |check| | 7.12.6.7 | F.10.3.7 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+