Changeset 7462674 in mainline


Ignore:
Timestamp:
2012-11-25T00:13:57Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
123be4f, 69146b93, 8f88beb, ff98ce8
Parents:
02ce8a0
Message:

Fix the zeroTable once again.
(Thanks Jiri Zarevucky for noticing this.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/common.c

    r02ce8a0 r7462674  
    3939/* Table for fast leading zeroes counting. */
    4040char zeroTable[256] = {
    41         8, 7, 6, 6, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, \
     41        8, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, \
    4242        3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, \
    4343        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.