Changeset 3212921 in mainline for uspace/lib/softfloat/comparison.h


Ignore:
Timestamp:
2018-03-20T20:23:48Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
874381a
Parents:
565aaff
Message:

Add aeabi_fcmple

File:
1 edited

Legend:

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

    r565aaff r3212921  
    9191extern int __aeabi_fcmplt(float32_t, float32_t);
    9292extern int __aeabi_fcmpge(float32_t, float32_t);
     93extern int __aeabi_fcmple(float32_t, float32_t);
    9394extern int __aeabi_fcmpeq(float32_t, float32_t);
    9495#endif
Note: See TracChangeset for help on using the changeset viewer.