VirtualBox

Changeset 94254 in vbox for trunk


Ignore:
Timestamp:
Mar 15, 2022 10:33:23 PM (3 years ago)
Author:
vboxsync
Message:

iprt/x86.h: Added a couple of shift count macros to the X86_FCS_XXX collection. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r93727 r94254  
    32933293#define X86_FCW_MASK_ALL    UINT16_C(0x007f)
    32943294/** Mask all exceptions. Same as X86_FSW_XCPT_MASK. */
    3295 #define X86_FCW_XCPT_MASK    UINT16_C(0x003f)
     3295#define X86_FCW_XCPT_MASK   UINT16_C(0x003f)
    32963296/** Precision control mask. */
    32973297#define X86_FCW_PC_MASK     UINT16_C(0x0300)
     3298/** Precision control shift. */
     3299#define X86_FCW_PC_SHIFT    8
    32983300/** Precision control: 24-bit. */
    32993301#define X86_FCW_PC_24       UINT16_C(0x0000)
     
    33063308/** Rounding control mask. */
    33073309#define X86_FCW_RC_MASK     UINT16_C(0x0c00)
     3310/** Rounding control shift. */
     3311#define X86_FCW_RC_SHIFT    10
    33083312/** Rounding control: To nearest. */
    33093313#define X86_FCW_RC_NEAREST  UINT16_C(0x0000)
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