mirror of git://sourceware.org/git/glibc.git
math: Add tanpi aarch64 ulps
Linux dola 5.15.169-gentoo-dist #1 SMP Wed Oct 23 06:25:30 -00 2024 aarch64 GNU/Linux Vendor ID: ARM Model name: Neoverse-N1 gcc (Gentoo Hardened 13.3.1_p20241025 p1) 13.3.1 20241024 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
5df09b4448
commit
80d1e63e90
|
@ -1651,6 +1651,26 @@ double: 3
|
|||
float: 3
|
||||
ldouble: 3
|
||||
|
||||
Function: "tanpi":
|
||||
double: 2
|
||||
float: 2
|
||||
ldouble: 2
|
||||
|
||||
Function: "tanpi_downward":
|
||||
double: 2
|
||||
float: 3
|
||||
ldouble: 4
|
||||
|
||||
Function: "tanpi_towardzero":
|
||||
double: 2
|
||||
float: 3
|
||||
ldouble: 4
|
||||
|
||||
Function: "tanpi_upward":
|
||||
double: 2
|
||||
float: 4
|
||||
ldouble: 3
|
||||
|
||||
Function: "tgamma":
|
||||
double: 9
|
||||
ldouble: 4
|
||||
|
|
Loading…
Reference in New Issue