diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/x86_64/fpu/libm-test-ulps | 12 |
2 files changed, 11 insertions, 6 deletions
@@ -1,5 +1,10 @@ 2015-10-26 Florian Weimer <fweimer@redhat.com> + [BZ #19168] + * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated. + +2015-10-26 Florian Weimer <fweimer@redhat.com> + * configure.ac (CXX): Clear the variable if the C++ toolchain does not support static linking. * configure: Regenerate. diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index 405f3bcb80..445b47527d 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -934,8 +934,8 @@ double: 6 float: 5 idouble: 6 ifloat: 5 -ildouble: 7 -ldouble: 7 +ildouble: 8 +ldouble: 8 Function: Imaginary part of "clog10_upward": double: 2 @@ -1670,8 +1670,8 @@ double: 5 float: 5 idouble: 5 ifloat: 5 -ildouble: 5 -ldouble: 5 +ildouble: 6 +ldouble: 6 Function: "hypot": double: 1 @@ -1822,8 +1822,8 @@ double: 5 float: 5 idouble: 5 ifloat: 5 -ildouble: 5 -ldouble: 5 +ildouble: 6 +ldouble: 6 Function: "log": float: 1 |