Changeset 7e557805 in mainline for softfloat/include/sftypes.h
- Timestamp:
- 2005-12-20T12:48:15Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e649dfa
- Parents:
- b5440cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/sftypes.h
rb5440cf r7e557805 33 33 typedef union { 34 34 float f; 35 __u32 binary; 36 35 37 struct { 36 38 #ifdef __BIG_ENDIAN__ … … 50 52 typedef union { 51 53 double d; 54 __u64 binary; 55 52 56 struct { 53 57 #ifdef __BIG_ENDIAN__
Note:
See TracChangeset
for help on using the changeset viewer.