diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/hppa/fpu/libm-test-ulps | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index c53ff98ce8..61f97ed74a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-11-11 John David Anglin <danglin@gcc.gnu.org> + + * sysdeps/hppa/fpu/libm-test-ulps: Update clog10_downward ulps. + 2017-11-11 Florian Weimer <fweimer@redhat.com> [BZ #22409] diff --git a/sysdeps/hppa/fpu/libm-test-ulps b/sysdeps/hppa/fpu/libm-test-ulps index 81e98cc65c..5857579c9e 100644 --- a/sysdeps/hppa/fpu/libm-test-ulps +++ b/sysdeps/hppa/fpu/libm-test-ulps @@ -697,9 +697,9 @@ ldouble: 1 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: 3 |