Skip to content

Commit

Permalink
math: update powerpc ulps
Browse files Browse the repository at this point in the history
Linux timberdoodle 6.1.60-gentoo-dist-hardened #1 SMP Fri Dec  1 22:10:49 UTC 2023 ppc64 POWER9 (architected), altivec supported CHRP IBM pSeries (emulated by qemu) GNU/Linux

Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Jan 3, 2025
1 parent 59b9c2b commit 3674004
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions sysdeps/powerpc/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ float128: 3
ldouble: 4

Function: "acospi":
double: 1
double: 2
float: 1
float128: 1
ldouble: 1
Expand Down Expand Up @@ -121,17 +121,17 @@ Function: "asinpi_downward":
double: 1
float: 1
float128: 1
ldouble: 3
ldouble: 4

Function: "asinpi_towardzero":
double: 1
float: 1
float: 2
float128: 1
ldouble: 3
ldouble: 4

Function: "asinpi_upward":
double: 2
float: 1
float: 2
float128: 2
ldouble: 4

Expand Down Expand Up @@ -163,7 +163,7 @@ Function: "atan2pi":
double: 1
float: 1
float128: 2
ldouble: 2
ldouble: 3

Function: "atan2pi_downward":
double: 1
Expand Down Expand Up @@ -219,7 +219,7 @@ float128: 4
ldouble: 4

Function: "atanpi":
double: 1
double: 2
float: 1
float128: 1
ldouble: 1
Expand All @@ -228,7 +228,7 @@ Function: "atanpi_downward":
double: 1
float: 2
float128: 1
ldouble: 1
ldouble: 2

Function: "atanpi_towardzero":
double: 1
Expand All @@ -240,7 +240,7 @@ Function: "atanpi_upward":
double: 1
float: 1
float128: 2
ldouble: 2
ldouble: 5

Function: "cabs":
double: 1
Expand Down Expand Up @@ -875,28 +875,28 @@ float128: 3
ldouble: 2

Function: "cospi":
double: 1
float: 1
double: 2
float: 2
float128: 1
ldouble: 1
ldouble: 2

Function: "cospi_downward":
double: 1
float: 1
float: 2
float128: 2
ldouble: 4

Function: "cospi_towardzero":
double: 1
float: 1
float128: 2
ldouble: 4
ldouble: 6

Function: "cospi_upward":
double: 1
float: 1
float: 2
float128: 1
ldouble: 4
ldouble: 6

Function: Real part of "cpow":
double: 2
Expand Down Expand Up @@ -1800,28 +1800,28 @@ float128: 4
ldouble: 6

Function: "sinpi":
double: 1
float: 1
double: 2
float: 2
float128: 1
ldouble: 1
ldouble: 2

Function: "sinpi_downward":
double: 2
float: 2
float128: 2
ldouble: 4
ldouble: 5

Function: "sinpi_towardzero":
double: 2
float: 1
float128: 1
ldouble: 3
ldouble: 8

Function: "sinpi_upward":
double: 2
float: 2
float: 3
float128: 2
ldouble: 4
ldouble: 8

Function: "sqrt":
ldouble: 1
Expand Down Expand Up @@ -1882,8 +1882,8 @@ float128: 3
ldouble: 6

Function: "tanpi":
double: 2
float: 2
double: 3
float: 3
float128: 2
ldouble: 2

Expand Down

0 comments on commit 3674004

Please sign in to comment.