Changeset f37d769 in mainline for softfloat/include/conversion.h
- Timestamp:
- 2006-02-24T18:24:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbd6f81
- Parents:
- ba5870d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/conversion.h
rba5870d rf37d769 51 51 float32 uint64_to_float32(__u64 i); 52 52 float32 int64_to_float32(__s64 i); 53 54 float64 uint32_to_float64(__u32 i); 55 float64 int32_to_float64(__s32 i); 56 57 float64 uint64_to_float64(__u64 i); 58 float64 int64_to_float64(__s64 i); 59 53 60 #endif 54 61
Note:
See TracChangeset
for help on using the changeset viewer.