Changeset d4cd7e5 in mainline for uspace/lib/softfloat/common.c
- Timestamp:
- 2012-11-24T14:51:03Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94b696c
- Parents:
- a9f730a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/common.c
ra9f730a rd4cd7e5 39 39 /* Table for fast leading zeroes counting. */ 40 40 char zeroTable[256] = { 41 8, 7, 7, 6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, \41 8, 7, 6, 6, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, \ 42 42 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, \ 43 43 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, \
Note:
See TracChangeset
for help on using the changeset viewer.