diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/aarch64/libm-test-ulps | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2016-07-21 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * sysdeps/aarch64/libm-test-ulps: Updated. + 2016-07-20 Stefan Liebler <stli@linux.vnet.ibm.com> * sysdeps/s390/s390-32/memcpy.S (memcpy): Eliminate the usage diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps index 1ec8d03ae1..7d62a328a7 100644 --- a/sysdeps/aarch64/libm-test-ulps +++ b/sysdeps/aarch64/libm-test-ulps @@ -1347,16 +1347,16 @@ ldouble: 5 Function: Real part of "ctan_towardzero": double: 5 -float: 2 +float: 3 idouble: 5 -ifloat: 2 +ifloat: 3 ildouble: 4 ldouble: 4 Function: Imaginary part of "ctan_towardzero": -double: 1 +double: 2 float: 2 -idouble: 1 +idouble: 2 ifloat: 2 ildouble: 5 ldouble: 5 |