Changeset 65801 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Feb 16, 2017 5:28:44 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r65763 r65801 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->uE dx & X86_CPUID_AMD_FEATURE_ECX_XOP);1680 pFeatures->fXop = RT_BOOL(pExtLeaf->uEcx & X86_CPUID_AMD_FEATURE_ECX_XOP); 1681 1681 } 1682 1682
Note:
See TracChangeset
for help on using the changeset viewer.