Changes in uspace/lib/softfloat/comparison.h [c0c38c7c:3212921] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/comparison.h
rc0c38c7c r3212921 91 91 extern int __aeabi_fcmplt(float32_t, float32_t); 92 92 extern int __aeabi_fcmpge(float32_t, float32_t); 93 extern int __aeabi_fcmple(float32_t, float32_t); 93 94 extern int __aeabi_fcmpeq(float32_t, float32_t); 94 95 #endif
Note:
See TracChangeset
for help on using the changeset viewer.