diff options
author | Markus Trippelsdorf <markus@trippelsdorf.de> | 2012-08-13 21:24:17 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-08-13 21:25:17 +0200 |
commit | ba6cba9eec00f222223cc5b7e31e7332c7e372af (patch) | |
tree | b071783d58057068b1223d16158b238a15c65fab | |
parent | 42443a47925ece8bb32b83c3edd58e404bd6b5cb (diff) | |
download | glibc-ba6cba9eec00f222223cc5b7e31e7332c7e372af.tar.gz glibc-ba6cba9eec00f222223cc5b7e31e7332c7e372af.tar.xz glibc-ba6cba9eec00f222223cc5b7e31e7332c7e372af.zip |
Update x86-64 ULPs
The recent clog and clog10 fixes are causing some failing tests on my AMD64 CPU.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/x86_64/fpu/libm-test-ulps | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2b3d2e4550..0377ac9b03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de> + + * sysdeps/x86_64/fpu/libm-test-ulps: Update. + 2012-08-13 Jeff Law <law@redhat.com> * manual/stdio.texi (snprintf): Clarify handling of the trailing diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index cdf80c322f..8a38221133 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -817,6 +817,9 @@ float: 1 ifloat: 1 ildouble: 1 ldouble: 1 +Test "Real part of: clog (0x1.234566p-30 + 1.0 i) == 5.614163921211322622623353961365728040115e-19 + 1.570796325735258575254858696548386439740 i": +ildouble: 1 +ldouble: 1 Test "Real part of: clog (0x1.fffffep+127 + 0x1.fffffep+127 i) == 89.06941264234832570836679262104313101776 + pi/4 i": ildouble: 1 ldouble: 1 |