mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
math: update arm ulps
CC="gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" linux32 chroot on aarch64 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
37b9a5aacc
commit
ae33fb452f
1 changed files with 13 additions and 15 deletions
|
@ -26,7 +26,7 @@ Function: "acosh_upward":
|
|||
double: 2
|
||||
|
||||
Function: "acospi":
|
||||
double: 1
|
||||
double: 2
|
||||
float: 1
|
||||
|
||||
Function: "acospi_downward":
|
||||
|
@ -75,11 +75,11 @@ float: 1
|
|||
|
||||
Function: "asinpi_towardzero":
|
||||
double: 1
|
||||
float: 1
|
||||
float: 2
|
||||
|
||||
Function: "asinpi_upward":
|
||||
double: 2
|
||||
float: 1
|
||||
float: 2
|
||||
|
||||
Function: "atan":
|
||||
double: 1
|
||||
|
@ -131,7 +131,7 @@ Function: "atanh_upward":
|
|||
double: 3
|
||||
|
||||
Function: "atanpi":
|
||||
double: 1
|
||||
double: 2
|
||||
float: 1
|
||||
|
||||
Function: "atanpi_downward":
|
||||
|
@ -222,8 +222,6 @@ Function: Imaginary part of "cacosh_upward":
|
|||
double: 3
|
||||
float: 2
|
||||
|
||||
Function: "carg":
|
||||
|
||||
Function: "carg_downward":
|
||||
double: 1
|
||||
|
||||
|
@ -562,12 +560,12 @@ Function: "cosh_upward":
|
|||
double: 2
|
||||
|
||||
Function: "cospi":
|
||||
double: 1
|
||||
float: 1
|
||||
double: 2
|
||||
float: 2
|
||||
|
||||
Function: "cospi_downward":
|
||||
double: 1
|
||||
float: 1
|
||||
float: 2
|
||||
|
||||
Function: "cospi_towardzero":
|
||||
double: 1
|
||||
|
@ -575,7 +573,7 @@ float: 1
|
|||
|
||||
Function: "cospi_upward":
|
||||
double: 1
|
||||
float: 1
|
||||
float: 2
|
||||
|
||||
Function: Real part of "cpow":
|
||||
double: 2
|
||||
|
@ -1117,8 +1115,8 @@ Function: "sinh_upward":
|
|||
double: 3
|
||||
|
||||
Function: "sinpi":
|
||||
double: 1
|
||||
float: 1
|
||||
double: 2
|
||||
float: 2
|
||||
|
||||
Function: "sinpi_downward":
|
||||
double: 2
|
||||
|
@ -1130,7 +1128,7 @@ float: 1
|
|||
|
||||
Function: "sinpi_upward":
|
||||
double: 2
|
||||
float: 2
|
||||
float: 3
|
||||
|
||||
Function: "tan_downward":
|
||||
double: 1
|
||||
|
@ -1154,8 +1152,8 @@ Function: "tanh_upward":
|
|||
double: 3
|
||||
|
||||
Function: "tanpi":
|
||||
double: 2
|
||||
float: 2
|
||||
double: 3
|
||||
float: 3
|
||||
|
||||
Function: "tanpi_downward":
|
||||
double: 2
|
||||
|
|
Loading…
Add table
Reference in a new issue