mirror of git://sourceware.org/git/glibc.git
Fix clog10_downward ulps on hppa.
2017-11-11 John David Anglin <danglin@gcc.gnu.org> * sysdeps/hppa/fpu/libm-test-ulps: Update clog10_downward ulps.
This commit is contained in:
parent
c0a25aa92b
commit
456b40a97f
|
@ -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>
|
2017-11-11 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #22409]
|
[BZ #22409]
|
||||||
|
|
|
@ -697,9 +697,9 @@ ldouble: 1
|
||||||
|
|
||||||
Function: Real part of "clog10_downward":
|
Function: Real part of "clog10_downward":
|
||||||
double: 5
|
double: 5
|
||||||
float: 4
|
float: 5
|
||||||
idouble: 5
|
idouble: 5
|
||||||
ifloat: 4
|
ifloat: 5
|
||||||
|
|
||||||
Function: Imaginary part of "clog10_downward":
|
Function: Imaginary part of "clog10_downward":
|
||||||
double: 3
|
double: 3
|
||||||
|
|
Loading…
Reference in New Issue