Changes in uspace/lib/softfloat/softfloat.h [ac8b096:2416085] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/softfloat.h
rac8b096 r2416085 204 204 205 205 /* ARM EABI */ 206 extern float __aeabi_i2f(int);207 extern float __aeabi_ui2f(int);208 206 extern double __aeabi_i2d(int); 209 207 extern double __aeabi_ui2d(unsigned int); … … 211 209 212 210 extern int __aeabi_f2iz(float); 213 extern int __aeabi_f2uiz(float);214 211 extern int __aeabi_d2iz(double); 215 216 extern int __aeabi_fcmpge(float, float);217 extern int __aeabi_fcmpgt(float, float);218 extern int __aeabi_fcmplt(float, float);219 extern int __aeabi_fcmpeq(float, float);220 212 221 213 extern int __aeabi_dcmpge(double, double);
Note:
See TracChangeset
for help on using the changeset viewer.