VirtualBox

Changeset 65763 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 13, 2017 12:51:30 PM (8 years ago)
Author:
vboxsync
Message:

CPUM: Added fXop to CPUMFEATURES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r65493 r65763  
    16781678            pFeatures->fTsc            |= RT_BOOL(pExtLeaf->uEdx & X86_CPUID_AMD_FEATURE_EDX_TSC);
    16791679            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);
    16801681        }
    16811682
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