diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-04 19:12:42 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-05 08:35:24 -0300 |
commit | 6990a72679515ec2fd87e4ed408667051d81eebb (patch) | |
tree | 90bbbe0efc517ea58df3ac773be8428983c84ae8 /sysdeps | |
parent | 1a1c854338ff657589db9be55cca26776eb081dc (diff) | |
download | glibc-6990a72679515ec2fd87e4ed408667051d81eebb.tar glibc-6990a72679515ec2fd87e4ed408667051d81eebb.tar.gz glibc-6990a72679515ec2fd87e4ed408667051d81eebb.tar.bz2 glibc-6990a72679515ec2fd87e4ed408667051d81eebb.zip |
Update arm libm-test-ulps
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/arm/libm-test-ulps | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/arm/libm-test-ulps b/sysdeps/arm/libm-test-ulps index 2c558bd338..62ff4b7477 100644 --- a/sysdeps/arm/libm-test-ulps +++ b/sysdeps/arm/libm-test-ulps @@ -2,6 +2,7 @@ # Maximal error of functions: Function: "acos": +double: 1 float: 1 Function: "acos_downward": @@ -33,6 +34,7 @@ double: 2 float: 2 Function: "asin": +double: 1 float: 1 Function: "asin_downward": @@ -67,7 +69,7 @@ Function: "atan": float: 1 Function: "atan2": -float: 1 +float: 2 Function: "atan2_downward": double: 1 |