Changeset 4a5abddd in mainline for softfloat/include/sftypes.h


Ignore:
Timestamp:
2006-01-22T14:37:54Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a96c570
Parents:
12c6f2d
Message:

Fixed bug in result shifting.
Some cryptic numbers replaced with constants.
Code cleaning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/include/sftypes.h

    r12c6f2d r4a5abddd  
    8282
    8383#define FLOAT32_HIDDEN_BIT_MASK 0x800000
    84 #define FLOAT64_HIDDEN_BIT_MASK 0x10000000000000l
     84#define FLOAT64_HIDDEN_BIT_MASK 0x10000000000000ll
     85
     86#define FLOAT32_MAX_EXPONENT 0xFF
     87#define FLOAT64_MAX_EXPONENT 0x8FF
    8588
    8689#define FLOAT32_BIAS 0x7F
Note: See TracChangeset for help on using the changeset viewer.