Changeset 9521eca in mainline for uspace/lib/softfloat/softfloat.c
- Timestamp:
- 2013-12-06T15:44:06Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3558ba93
- Parents:
- 68bacce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/softfloat.c
r68bacce r9521eca 1371 1371 } 1372 1372 1373 int __aeabi_dcmple(double a, double b) 1374 { 1375 return __ledf2(a, b); 1376 } 1377 1378 1373 1379 int __aeabi_dcmpeq(double a, double b) 1374 1380 {
Note:
See TracChangeset
for help on using the changeset viewer.