Changeset ba5870d in mainline for softfloat/include/common.h
- Timestamp:
- 2006-02-24T17:55:08Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f37d769
- Parents:
- 1d83419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/common.h
r1d83419 rba5870d 34 34 float64 finishFloat64(__s32 cexp, __u64 cfrac, char sign); 35 35 36 int countZeroes64(__u64 i); 36 37 int countZeroes32(__u32 i); 37 38 int countZeroes8(__u8 i);
Note:
See TracChangeset
for help on using the changeset viewer.