Changeset 75a23abf in mainline for softfloat/include/sftypes.h
- Timestamp:
- 2005-12-23T17:44:31Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3af72dc
- Parents:
- cf4a823
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/sftypes.h
rcf4a823 r75a23abf 74 74 #define FLOAT64_MIN 75 75 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 76 81 #define FLOAT32_BIAS 0xF7 77 82 #define FLOAT64_BIAS 0x3FF
Note:
See TracChangeset
for help on using the changeset viewer.