Changes in uspace/lib/softfloat/div.h [c0c38c7c:2416085] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/div.h
rc0c38c7c r2416085 42 42 extern float128 div_float128(float128, float128); 43 43 44 #ifdef float32_t45 extern float32_t __divsf3(float32_t, float32_t);46 extern float32_t __aeabi_fdiv(float32_t, float32_t);47 #endif48 49 #ifdef float64_t50 extern float64_t __divdf3(float64_t, float64_t);51 extern float64_t __aeabi_ddiv(float64_t, float64_t);52 #endif53 54 #ifdef float128_t55 extern float128_t __divtf3(float128_t, float128_t);56 extern void _Qp_div(float128_t *, float128_t *, float128_t *);57 #endif58 59 44 #endif 60 45
Note:
See TracChangeset
for help on using the changeset viewer.