diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/arm/libm-test-ulps | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 0743ed6e13..bb81b9cf6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-10-05 Joseph Myers <joseph@codesourcery.com> + * sysdeps/arm/libm-test-ulps: Update. + * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <libm-alias-ldouble.h>. (asinhl): Define using libm_alias_ldouble. diff --git a/sysdeps/arm/libm-test-ulps b/sysdeps/arm/libm-test-ulps index 53fc6df01a..dcc5c0db24 100644 --- a/sysdeps/arm/libm-test-ulps +++ b/sysdeps/arm/libm-test-ulps @@ -679,9 +679,9 @@ ifloat: 2 Function: Real part of "clog10_downward": double: 5 -float: 4 +float: 5 idouble: 5 -ifloat: 4 +ifloat: 5 Function: Imaginary part of "clog10_downward": double: 2 @@ -1173,15 +1173,21 @@ ifloat: 1 Function: "exp_downward": double: 1 +float: 1 idouble: 1 +ifloat: 1 Function: "exp_towardzero": double: 1 +float: 1 idouble: 1 +ifloat: 1 Function: "exp_upward": double: 1 +float: 1 idouble: 1 +ifloat: 1 Function: "expm1": double: 1 |