Changeset e6a40ac in mainline for softfloat/include/div.h
- Timestamp:
- 2006-02-10T02:40:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e979fea
- Parents:
- 1a030b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/div.h
r1a030b8 re6a40ac 31 31 32 32 float32 divFloat32(float32 a, float32 b); 33 float64 divFloat64(float64 a, float64 b); 33 34 35 __u64 divFloat64estim(__u64 a, __u64 b); 34 36 #endif 35 37
Note:
See TracChangeset
for help on using the changeset viewer.