Skip to content

Commit

Permalink
Relax libm tests for x86-32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 30, 2010
1 parent a769081 commit 1e24cf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-11-30 Ulrich Drepper <drepper@gmail.com>

* sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.

2010-11-24 Andreas Schwab <schwab@redhat.com>

* resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/i386/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ ifloat: 1
ildouble: 2
ldouble: 2
Test "yn (10, 0.75) == -2133501638.90573424452445412893839236":
float: 1
ifloat: 1
float: 2
ifloat: 2
ildouble: 4
ldouble: 4
Test "yn (10, 1.0) == -121618014.278689189288130426667971145":
Expand Down

0 comments on commit 1e24cf6

Please sign in to comment.