Changeset 107712 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 13, 2025 4:08:19 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r107650 r107712 2080 2080 { 2081 2081 fGuestXcr0Mask = XSAVE_C_X87 | XSAVE_C_SSE; 2082 if (pStdFeatureLeaf && (pStdFeatureLeaf->uEcx & X86_CPUID_FEATURE_ECX_AVX))2082 if (pStdFeatureLeaf->uEcx & X86_CPUID_FEATURE_ECX_AVX) 2083 2083 fGuestXcr0Mask |= XSAVE_C_YMM; 2084 2084 pCurLeaf = cpumR3CpuIdGetExactLeaf(pCpum, 7, 0);
Note:
See TracChangeset
for help on using the changeset viewer.