]> gcc.gnu.org Git - gcc.git/commit
fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't assume unsigned is wide enough.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 2 Feb 2001 11:02:05 +0000 (11:02 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 2 Feb 2001 11:02:05 +0000 (11:02 +0000)
commit483b9fd0fe4e0da56b15a09be666c2012169274d
treeca61b43d721d282dcd07da1ad5edbec6fa4f85ce
parent567a2f0e204d3e557913b9a6440b1b2d000fa312
fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't assume unsigned is wide enough.

* config/fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't assume
unsigned is wide enough.
(BITS_PER_SI): New.
* config/fp-bit.c (_fpmul_parts): Don't assume 32-bits SI.
(si_to_float): Likewise.
(float_to_si, float_to_usi): Use BITS_PER_SI.

From-SVN: r39407
gcc/ChangeLog
gcc/config/fp-bit.c
gcc/config/fp-bit.h
This page took 0.054192 seconds and 5 git commands to generate.