Actions
Submit #3264
closed[PATCH] Clarify XSAVE features, and always use XSAVE
Description
1) Introduce npx_xcr0_mask, to keep track of which XCR0 features are enabled
system-wide.
2) Always use XSAVE regardless of whether AVX is supported or not. XSAVE may be
supported without AVX, on certain CPUs and also under hypervisors that expose
XSAVEOPT without AVX.
Files
Updated by dillon almost 4 years ago
- Status changed from New to Resolved
- Assignee set to dillon
Committed with minor formatting adjustments, nice!
-Matt
Actions