Changes in uspace/lib/softfloat/common.c [1c9ae08:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/common.c
r1c9ae08 r1433ecda 252 252 int j; 253 253 for (j = 0; j < 32; j += 8) { 254 if (i & (0xFF u<< (24 - j))) {254 if (i & (0xFF << (24 - j))) { 255 255 return (j + count_zeroes8(i >> (24 - j))); 256 256 }
Note:
See TracChangeset
for help on using the changeset viewer.