Changeset 65763 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 13, 2017 12:51:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r65493 r65763 1678 1678 pFeatures->fTsc |= RT_BOOL(pExtLeaf->uEdx & X86_CPUID_AMD_FEATURE_EDX_TSC); 1679 1679 pFeatures->fAmdMmxExts = RT_BOOL(pExtLeaf->uEdx & X86_CPUID_AMD_FEATURE_EDX_AXMMX); 1680 pFeatures->fXop = RT_BOOL(pExtLeaf->uEdx & X86_CPUID_AMD_FEATURE_ECX_XOP); 1680 1681 } 1681 1682
Note:
See TracChangeset
for help on using the changeset viewer.