Changeset 516e780 in mainline for uspace/lib/softfloat/comparison.h
- Timestamp:
- 2018-08-31T11:55:41Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa86fff
- Parents:
- 7f7d642
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-08-31 11:55:41)
- git-committer:
- GitHub <noreply@…> (2018-08-31 11:55:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/comparison.h
r7f7d642 r516e780 93 93 extern int __aeabi_fcmple(float32_t, float32_t); 94 94 extern int __aeabi_fcmpeq(float32_t, float32_t); 95 extern int __aeabi_fcmpun(float32_t, float32_t); 95 96 #endif 96 97 … … 109 110 extern int __aeabi_dcmpge(float64_t, float64_t); 110 111 extern int __aeabi_dcmple(float64_t, float64_t); 112 extern int __aeabi_dcmpun(float64_t, float64_t); 111 113 #endif 112 114
Note:
See TracChangeset
for help on using the changeset viewer.