* math/test-misc.c (main): Add tests for rounding long double
commit002f0b0b5df92cc1c1302c6b95c0c97fd986ed94
authorJakub Jelinek <jakub@redhat.com>
Thu, 3 May 2007 12:15:04 +0000 (3 12:15 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 3 May 2007 12:15:04 +0000 (3 12:15 +0000)
tree908b1cf953bdc17ad9a01eed2e7fa7d8aafa1bde
parent57433edee3c08b16967487664a28e0ecc99d7f8c
* math/test-misc.c (main): Add tests for rounding long double

values close to smallest double denormalized value to double.
* soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
condition for truncating to 0.  Set sticky bit for such
truncation.
2007-05-03  Jakub Jelinek  <jakub@redhat.com>

* math/test-misc.c (main): Add tests for rounding long double
values close to smallest double denormalized value to double.

2007-04-30  Joseph Myers  <joseph@codesourcery.com>

* soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
condition for truncating to 0.  Set sticky bit for such
truncation.
ChangeLog
math/test-misc.c
soft-fp/op-common.h