Skip to content

Commit

Permalink
math: Add tanpi aarch64 ulps
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
akhuettel committed Dec 8, 2024
1 parent 5df09b4 commit 80d1e63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sysdeps/aarch64/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80d1e63

Please sign in to comment.