Changeset 80d2bdb in mainline for arch/ia32/src/fmath.c
- Timestamp:
- 2005-12-15T16:10:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4cad8b2
- Parents:
- 7dd2561
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/fmath.c
r7dd2561 r80d2bdb 63 63 fmath_ld_union_t fmath_ld_union_int; 64 64 signed short exp; 65 __u64 mask,mantisa; 65 __u64 mask; 66 // __u64 mantisa; 66 67 int i; 67 68
Note:
See TracChangeset
for help on using the changeset viewer.