mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-01 05:05:39 +08:00
fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
libgcc/ * fp-bit.h [FLOAT] (QUIET_NAN): Correct value. From-SVN: r198621
This commit is contained in:
parent
470d4d131d
commit
701e2f0a76
@ -1,3 +1,7 @@
|
||||
2013-05-06 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
|
||||
|
||||
2013-04-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config.host: Match little-endian powerpc-linux.
|
||||
|
@ -189,7 +189,7 @@ typedef unsigned int UTItype __attribute__ ((mode (TI)));
|
||||
# define EXPBIAS 127
|
||||
# define FRACBITS 23
|
||||
# define EXPMAX (0xff)
|
||||
# define QUIET_NAN 0x100000L
|
||||
# define QUIET_NAN 0x400000L
|
||||
# define FRAC_NBITS 32
|
||||
# define FRACHIGH 0x80000000L
|
||||
# define FRACHIGH2 0xc0000000L
|
||||
|
Loading…
Reference in New Issue
Block a user