Changeset aa59fa0 in mainline for softfloat/generic/softfloat.c
- 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/generic/softfloat.c
r69cdeec raa59fa0 39 39 #include<other.h> 40 40 41 #include<arch.h>42 #include<types.h>43 41 #include<functions.h> 44 42 … … 485 483 } 486 484 487 float __mulsc3(float a, float b, float c, float d)488 {489 /* TODO: */490 }491 492 float __divsc3(float a, float b, float c, float d)493 {494 /* TODO: */495 }496
Note:
See TracChangeset
for help on using the changeset viewer.