Changeset 12c6f2d in mainline for softfloat/generic/softfloat.c
- Timestamp:
- 2006-01-22T14:13:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4a5abddd
- Parents:
- 350514c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/generic/softfloat.c
r350514c r12c6f2d 29 29 #include<softfloat.h> 30 30 #include<sftypes.h> 31 #include<arithmetic.h> 31 32 #include<add.h> 33 #include<sub.h> 34 #include<mul.h> 35 #include<div.h> 36 32 37 #include<conversion.h> 33 38 #include<comparison.h> … … 77 82 fa.f=a; 78 83 fb.f=b; 79 //return divFloat32(fa, fb).f;84 //return divFloat32(fa, fb).f; 80 85 } 81 86
Note:
See TracChangeset
for help on using the changeset viewer.