Changeset 3451129 in mainline for uspace/lib/softfloat/softfloat.h
- Timestamp:
- 2012-09-07T15:05:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8776c46
- Parents:
- c6b601b (diff), 60d931d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/softfloat/softfloat.h ¶
rc6b601b r3451129 207 207 extern double __aeabi_ui2d(unsigned int); 208 208 extern unsigned int __aeabi_d2uiz(double); 209 210 extern int __aeabi_f2iz(float); 209 211 extern int __aeabi_d2iz(double); 210 212 … … 212 214 extern int __aeabi_dcmpgt(double, double); 213 215 extern int __aeabi_dcmplt(double, double); 216 extern int __aeabi_dcmpeq(double, double); 217 218 extern float __aeabi_fadd(float, float); 219 extern float __aeabi_fsub(float, float); 220 extern float __aeabi_fmul(float, float); 221 extern float __aeabi_fdiv(float, float); 214 222 215 223 extern double __aeabi_dadd(double, double);
Note:
See TracChangeset
for help on using the changeset viewer.