VirtualBox

Ignore:
Timestamp:
Jun 29, 2011 7:07:14 AM (13 years ago)
Author:
vboxsync
Message:

rem: Synced with v0.12.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/fpu/softfloat.h

    r36175 r37675  
    3737#endif
    3838
    39 #if defined(HOST_SOLARIS) && defined(NEEDS_LIBSUNMATH)
     39#if defined(CONFIG_SOLARIS) && defined(CONFIG_NEEDS_LIBSUNMATH)
    4040#include <sunmath.h>
    4141#endif
     
    9595#else
    9696/* native float support */
    97 #if (defined(__i386__) || defined(__x86_64__)) && (!defined(HOST_BSD) || defined(VBOX)) /** @todo VBOX: not correct on windows */
     97#if (defined(__i386__) || defined(__x86_64__)) && (!defined(CONFIG_BSD) || defined(VBOX)) /** @todo VBOX: not correct on windows */
    9898#define FLOATX80
    9999#endif
     
    155155#ifdef FLOAT128
    156156typedef struct {
    157 #ifdef WORDS_BIGENDIAN
     157#ifdef HOST_WORDS_BIGENDIAN
    158158    uint64_t high, low;
    159159#else
     
    250250float128 int64_to_float128( int64_t STATUS_PARAM );
    251251#endif
     252
     253/*----------------------------------------------------------------------------
     254| Software half-precision conversion routines.
     255*----------------------------------------------------------------------------*/
     256bits16 float32_to_float16( float32, flag STATUS_PARAM );
     257float32 float16_to_float32( bits16, flag STATUS_PARAM );
    252258
    253259/*----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette