Changeset ba5870d in mainline for softfloat/include/common.h


Ignore:
Timestamp:
2006-02-24T17:55:08Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f37d769
Parents:
1d83419
Message:

Long long → float conversion finished.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/include/common.h

    r1d83419 rba5870d  
    3434float64 finishFloat64(__s32 cexp, __u64 cfrac, char sign);
    3535
     36int countZeroes64(__u64 i);
    3637int countZeroes32(__u32 i);
    3738int countZeroes8(__u8 i);
Note: See TracChangeset for help on using the changeset viewer.