Changes in uspace/lib/softfloat/generic/common.c [750636a:00acd66] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/generic/common.c
r750636a r00acd66 27 27 */ 28 28 29 /** @addtogroup softfloat 29 /** @addtogroup softfloat 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #include 36 #include 35 #include<sftypes.h> 36 #include<common.h> 37 37 38 38 /* Table for fast leading zeroes counting */ … … 213 213 /** @} 214 214 */ 215
Note:
See TracChangeset
for help on using the changeset viewer.