Changeset 81242 in vbox for trunk/include/iprt
- Timestamp:
- Oct 14, 2019 8:46:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r81240 r81242 784 784 /** Bit 2 - XSaveErPtr - Always XSAVE* and XRSTR* error pointers. */ 785 785 #define X86_CPUID_AMD_EFEID_EBX_XSAVE_ER_PTR RT_BIT_32(2) 786 /** Bit 4 - RDPRU - Supports the RDPRU instruction. */ 787 #define X86_CPUID_AMD_EFEID_EBX_RDPRU RT_BIT_32(4) 786 788 /* AMD pipeline length: 9 feature bits ;-) */ 787 789 /** Bit 12 - IBPB - Supports the IBPB command in IA32_PRED_CMD. */
Note:
See TracChangeset
for help on using the changeset viewer.