Changeset 94560 in vbox
- Timestamp:
- Apr 11, 2022 3:02:29 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r94558 r94560 5272 5272 { 5273 5273 softfloat_tininess_afterRounding, 5274 (fFcw & X86_FCW_RC_MASK) == X86_FCW_RC_NEAREST ? softfloat_round_near_even5275 : (fFcw & X86_FCW_RC_MASK) == X86_FCW_RC_UP ? softfloat_round_max5276 : (fFcw & X86_FCW_RC_MASK) == X86_FCW_RC_DOWN ? softfloat_round_min5277 : softfloat_round_minMag,5274 (fFcw & X86_FCW_RC_MASK) == X86_FCW_RC_NEAREST ? (uint8_t)softfloat_round_near_even 5275 : (fFcw & X86_FCW_RC_MASK) == X86_FCW_RC_UP ? (uint8_t)softfloat_round_max 5276 : (fFcw & X86_FCW_RC_MASK) == X86_FCW_RC_DOWN ? (uint8_t)softfloat_round_min 5277 : (uint8_t)softfloat_round_minMag, 5278 5278 0, 5279 5279 (fFcw & X86_FCW_PC_MASK) == X86_FCW_PC_53 ? (uint8_t)64
Note:
See TracChangeset
for help on using the changeset viewer.

