Skip to content

Commit

Permalink
math: Update alpha ulps
Browse files Browse the repository at this point in the history
Linux alphadev 6.9.8-gentoo-alpha #1 Sun Jul  7 00:45:49 EDT 2024 alpha EV68CB Titan GNU/Linux
gcc (Gentoo 14.1.1_p20240622 p2) 14.1.1 20240622
GNU ld (Gentoo 2.42 p6) 2.42.0

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
  • Loading branch information
akhuettel committed Jul 14, 2024
1 parent c8b4ce0 commit a11e15e
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions sysdeps/alpha/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,18 @@ double: 2
float: 1
ldouble: 3

Function: "exp10m1":
ldouble: 1

Function: "exp10m1_downward":
ldouble: 3

Function: "exp10m1_towardzero":
ldouble: 3

Function: "exp10m1_upward":
ldouble: 3

Function: "exp2":
double: 1
float: 1
Expand All @@ -996,6 +1008,18 @@ double: 1
float: 1
ldouble: 2

Function: "exp2m1":
ldouble: 1

Function: "exp2m1_downward":
ldouble: 2

Function: "exp2m1_towardzero":
ldouble: 2

Function: "exp2m1_upward":
ldouble: 2

Function: "exp_downward":
double: 1
float: 1
Expand Down Expand Up @@ -1168,6 +1192,18 @@ double: 2
float: 2
ldouble: 1

Function: "log10p1":
ldouble: 3

Function: "log10p1_downward":
ldouble: 2

Function: "log10p1_towardzero":
ldouble: 2

Function: "log10p1_upward":
ldouble: 3

Function: "log1p":
double: 1
float: 1
Expand Down Expand Up @@ -1208,6 +1244,18 @@ double: 3
float: 3
ldouble: 1

Function: "log2p1":
ldouble: 3

Function: "log2p1_downward":
ldouble: 3

Function: "log2p1_towardzero":
ldouble: 2

Function: "log2p1_upward":
ldouble: 2

Function: "log_downward":
float: 2
ldouble: 1
Expand Down

0 comments on commit a11e15e

Please sign in to comment.