* config/fp-bit.c (pack_d): When using paired doubles to implement
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 2004 07:21:21 +0000 (07:21 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 2004 07:21:21 +0000 (07:21 +0000)
commit7dd4dac3d46ec4ccc37155d2164f9991867d3919
tree4c12b2cd7e8aa5cda660f0dbb77db1ea2040a0c0
parentec618ada42770de438fdda1f2ae7571965899063
* config/fp-bit.c (pack_d): When using paired doubles to implement
a long double, round the high part separately.
(unpack_d): Fix the case in which the high part is a power of two
and the low part is a nonzero value of the opposite sign.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76780 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/fp-bit.c