Changeset feef1cd in mainline for softfloat/include/sftypes.h


Ignore:
Timestamp:
2006-01-08T19:39:07Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56a39dde
Parents:
3af72dc
Message:

Added new function for testint 64 bit floats and functions for 32↔64 bit conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/include/sftypes.h

    r3af72dc rfeef1cd  
    2929#ifndef __SFTYPES_H__
    3030#define __SFTYPES_H__
    31 
    3231
    3332typedef union {
     
    8079
    8180#define FLOAT32_MANTISA_SIZE 23
     81#define FLOAT64_MANTISA_SIZE 52
    8282
    8383#define FLOAT32_BIAS 0x7F
Note: See TracChangeset for help on using the changeset viewer.