diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-10-26 13:15:48 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-10-26 13:15:48 +0100 |
commit | e39edb0552323e32a70ea4cf34137cf141ccebfd (patch) | |
tree | e408d7f86b27018433f6516014c918ec80b0c87e | |
parent | d337ceb76d898935560dc264cf2ad36b17017db7 (diff) | |
download | glibc-e39edb0552323e32a70ea4cf34137cf141ccebfd.zip glibc-e39edb0552323e32a70ea4cf34137cf141ccebfd.tar.gz glibc-e39edb0552323e32a70ea4cf34137cf141ccebfd.tar.bz2 |
x86_64: Regenerate ulps [BZ #19168]
This comes from running “make regen-ulps” on AMD Opteron 6272 CPUs.
-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 405f3bc..445b475 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 |