Changeset 75a23abf in mainline for softfloat/include/sftypes.h


Ignore:
Timestamp:
2005-12-23T17:44:31Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3af72dc
Parents:
cf4a823
Message:

Softfloat - function for float subtraction added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/include/sftypes.h

    rcf4a823 r75a23abf  
    7474#define FLOAT64_MIN
    7575
     76/* For recognizing NaNs or infinity use isFloat32NaN and is Float32Inf, comparing with this constants is not sufficient */
     77#define FLOAT32_NAN 0x7F800001
     78#define FLOAT32_SIGNAN 0x7FC00000
     79#define FLOAT32_INF 0x7F800000
     80
    7681#define FLOAT32_BIAS 0xF7
    7782#define FLOAT64_BIAS 0x3FF
Note: See TracChangeset for help on using the changeset viewer.