Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Feb 27, 2003
1 parent abeb300 commit 427f5fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 2 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 4 additions & 0 deletions sysdeps/i386/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 427f5fa

Please sign in to comment.