VirtualBox

Changeset 96145 in vbox for trunk/src/libs/softfloat-3e


Ignore:
Timestamp:
Aug 11, 2022 8:23:39 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152951
Message:

softfloat-3e: Corrected SOFTFLOAT_STATE_INIT_DEFAULTS - mixed up the rounding mode and tininess detection. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/softfloat-3e/source/include/softfloat_types.h

    r94678 r96145  
    108108    uint8_t roundingPrecision;
    109109} softfloat_state_t;
    110 # define SOFTFLOAT_STATE_INIT_DEFAULTS() { softfloat_round_near_even, softfloat_tininess_afterRounding, 0, 0x3f, 80 }
     110# define SOFTFLOAT_STATE_INIT_DEFAULTS() { softfloat_tininess_afterRounding, softfloat_round_near_even, 0, 0x3f, 80 }
    111111#else
    112112# undef  VBOX_WITHOUT_SOFTFLOAT_GLOBALS
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