Changeset 7e557805 in mainline for softfloat/include/sftypes.h


Ignore:
Timestamp:
2005-12-20T12:48:15Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e649dfa
Parents:
b5440cf
Message:

Some new functions implemented in softfloat lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/include/sftypes.h

    rb5440cf r7e557805  
    3333typedef union {
    3434        float f;
     35        __u32 binary;
     36
    3537        struct  {
    3638                #ifdef __BIG_ENDIAN__
     
    5052typedef union {
    5153        double d;
     54        __u64 binary;
     55       
    5256        struct  {
    5357                #ifdef __BIG_ENDIAN__
Note: See TracChangeset for help on using the changeset viewer.