Changeset 9521eca in mainline for uspace/lib/softfloat/softfloat.h


Ignore:
Timestamp:
2013-12-06T15:44:06Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3558ba93
Parents:
68bacce
Message:

Another ARM EABI function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/softfloat.h

    r68bacce r9521eca  
    228228extern int __aeabi_dcmpgt(double, double);
    229229extern int __aeabi_dcmplt(double, double);
     230extern int __aeabi_dcmple(double, double);
    230231extern int __aeabi_dcmpeq(double, double);
    231232
Note: See TracChangeset for help on using the changeset viewer.