VirtualBox

Changeset 96251 in vbox for trunk/include


Ignore:
Timestamp:
Aug 17, 2022 9:16:21 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Start implementing floating point SSE instructions using addps, added some new infrastructure bits (mostly untested), bugref:9898 [missing file]

File:
1 edited

Legend:

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

    r96211 r96251  
    34573457/** Misaligned Exception Mask (AMD MISALIGNSSE).  */
    34583458#define X86_MXCSR_MM          RT_BIT_32(17)
     3459/** Bits which should be zero, apparently. */
     3460#define X86_MXCSR_ZERO_MASK   UINT32_C(0xfffd0000)
    34593461/** @} */
    34603462
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