Changeset 36aee474 in mainline
- Timestamp:
- 2005-12-09T00:44:33Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5440cf
- Parents:
- 7afd2aca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/generic/softfloat.c
r7afd2aca r36aee474 135 135 }; 136 136 137 if (expdiff>24) { 138 goto done; 139 }; 140 137 141 mant2>>=expdiff; 138 142 mant1+=mant2;
Note:
See TracChangeset
for help on using the changeset viewer.