Changeset aa59fa0 in mainline for softfloat/include/mul.h
- Timestamp:
- 2006-03-16T00:32:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 585819d
- Parents:
- 69cdeec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/mul.h
r69cdeec raa59fa0 34 34 float64 mulFloat64(float64 a, float64 b); 35 35 36 void mul64integers( __u64 a,__u64 b, __u64 *lo, __u64*hi);36 void mul64integers(uint64_t a,uint64_t b, uint64_t *lo, uint64_t *hi); 37 37 38 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.