mirror of git://sourceware.org/git/glibc.git
Update.
2003-02-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to code generation changes in recent gcc.
This commit is contained in:
parent
abeb300799
commit
427f5fa1a4
|
@ -1,3 +1,8 @@
|
|||
2003-02-27 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
|
||||
code generation changes in recent gcc.
|
||||
|
||||
2003-02-26 Steven Munroe <sjmunroe@us.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
2003-02-27 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* tst-exit1.c (do_test): Don't start more than one thread in parallel.
|
||||
|
||||
* tst-rwlock9.c (writer_thread): Correct adding TIMEOUT.
|
||||
(reader_thread): Likewise.
|
||||
|
||||
|
|
|
@ -841,6 +841,8 @@ ifloat: 3
|
|||
Test "yn (10, 2.0) == -129184.542208039282635913145923304214":
|
||||
float: 3
|
||||
ifloat: 3
|
||||
double: 2
|
||||
idouble: 2
|
||||
Test "yn (3, 0.125) == -2612.69757350066712600220955744091741":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
@ -854,6 +856,8 @@ ldouble: 2
|
|||
Test "yn (3, 2.0) == -1.12778377684042778608158395773179238":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "yn (3, 10.0) == -0.251362657183837329779204747654240998":
|
||||
double: 1
|
||||
float: 1
|
||||
|
|
Loading…
Reference in New Issue