Changeset 3af72dc in mainline for softfloat/include/sftypes.h
- Timestamp:
- 2006-01-08T16:26:00Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- feef1cd
- Parents:
- 75a23abf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/sftypes.h
r75a23abf r3af72dc 79 79 #define FLOAT32_INF 0x7F800000 80 80 81 #define FLOAT32_BIAS 0xF7 81 #define FLOAT32_MANTISA_SIZE 23 82 83 #define FLOAT32_BIAS 0x7F 82 84 #define FLOAT64_BIAS 0x3FF 83 85 #define FLOAT80_BIAS 0x3FFF
Note:
See TracChangeset
for help on using the changeset viewer.