forked from OSchip/llvm-project
[libc][doc] Update implementation status of tanhf.
This commit is contained in:
parent
30b3911197
commit
69cc240534
|
@ -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
|
||||
==========
|
||||
|
|
Loading…
Reference in New Issue