[BZ #2749]
authorJakub Jelinek <jakub@redhat.com>
Mon, 15 Jan 2007 23:43:04 +0000 (23:43 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 15 Jan 2007 23:43:04 +0000 (23:43 +0000)
commitd68f5d2cff7cd9fb5f1f5dfa4c24d245766bab49
treec0cea5b208d8ff8f46eb3b6008959b268012bf51
parent2a1dea970d565187255f6acffcb9963d6cefc674
[BZ #2749]

* soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
workbits in semi-raw fraction.
* math/test-misc.c: Add new tests.

* math/basic-test.c: Include test-skeleton.c.
(TEST_TRUNC): Define.
(truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
(main): Rename to ...
(do_test): ...this.  Run new tests.
(TEST_FUNCTION): Define.

[BZ #2749]
* soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
handling for high words.
* soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
and overflow for infinity.
2007-01-15  Jakub Jelinek  <jakub@redhat.com>

* soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
workbits in semi-raw fraction.

* math/test-misc.c: Add new tests.

2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>

* math/basic-test.c: Include test-skeleton.c.
(TEST_TRUNC): Define.
(truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
(main): Rename to ...
(do_test): ...this.  Run new tests.
(TEST_FUNCTION): Define.

2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
    Joe Kerian  <jkerian@us.us.ibm.com>

[BZ #2749]
* soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
handling for high words.
* soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
and overflow for infinity.
ChangeLog
math/basic-test.c
math/test-misc.c
soft-fp/op-4.h
soft-fp/op-common.h