[libc-commits] [libc] 69cc240 - [libc][doc] Update implementation status of tanhf.
Tue Ly via libc-commits
libc-commits at lists.llvm.org
Mon Aug 1 14:45:54 PDT 2022
Author: Tue Ly
Date: 2022-08-01T17:45:40-04:00
New Revision: 69cc240534ce64d89a9c4204f1a04ae3b65a422b
URL: https://github.com/llvm/llvm-project/commit/69cc240534ce64d89a9c4204f1a04ae3b65a422b
DIFF: https://github.com/llvm/llvm-project/commit/69cc240534ce64d89a9c4204f1a04ae3b65a422b.diff
LOG: [libc][doc] Update implementation status of tanhf.
Added:
Modified:
libc/docs/math.rst
Removed:
################################################################################
diff --git a/libc/docs/math.rst b/libc/docs/math.rst
index f5f6a6e515b0a..4445c1a1ad1a3 100644
--- a/libc/docs/math.rst
+++ b/libc/docs/math.rst
@@ -144,7 +144,7 @@ sincos |check| |check|
sinh |check|
sqrt |check| |check| |check|
tan
-tanh
+tanh |check|
tgamma
============== ================ =============== ======================
@@ -169,6 +169,7 @@ sin |check| large
sincos 0.776 ULPs large
sinh |check|
sqrt |check| |check| |check|
+tanh |check|
============== ================ =============== ======================
Legends:
@@ -233,6 +234,8 @@ Performance
+--------------+-----------+-------------------+-----------+-------------------+-------------------------------------+------------+-------------------------+--------------+---------------+
| sinhf | 23 | 64 | 73 | 141 | :math:`[-10, 10]` | Ryzen 1700 | Ubuntu 20.04 LTS x86_64 | Clang 12.0.0 | FMA |
+--------------+-----------+-------------------+-----------+-------------------+-------------------------------------+------------+-------------------------+--------------+---------------+
+| tanhf | 25 | 59 | 95 | 125 | :math:`[-10, 10]` | Ryzen 1700 | Ubuntu 20.04 LTS x86_64 | Clang 12.0.0 | FMA |
++--------------+-----------+-------------------+-----------+-------------------+-------------------------------------+------------+-------------------------+--------------+---------------+
References
==========
More information about the libc-commits
mailing list