diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2016-07-21 09:48:45 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2016-07-21 09:48:45 +0100 |
commit | d637e923f978844eb2ab7fd03f05ba63f4fef378 (patch) | |
tree | 3da91b8bbc8a867cc27b011ae9b78f385ecc1c10 /sysdeps/aarch64 | |
parent | 1f16923552ec25f17d8624afcdf382591fe5733e (diff) | |
download | glibc-d637e923f978844eb2ab7fd03f05ba63f4fef378.zip glibc-d637e923f978844eb2ab7fd03f05ba63f4fef378.tar.gz glibc-d637e923f978844eb2ab7fd03f05ba63f4fef378.tar.bz2 |
[AArch64] Update libm-test-ulps
This partly reverts commit f8238ae3c7701dbd9c04028861916de64e578114
that regenerated the ulps, to make the max ulps good for gcc-5,
gcc-6 and gcc-trunk as well.
* sysdeps/aarch64/libm-test-ulps: Updated.
Diffstat (limited to 'sysdeps/aarch64')
-rw-r--r-- | sysdeps/aarch64/libm-test-ulps | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps index 1ec8d03..7d62a32 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 |