AVX Functions
The following are the Intel AVX functions.
In this section
Topic | Description |
---|---|
CopyContext |
Copies a source context structure (including any XState) onto an initialized destination context structure. |
GetEnabledXStateFeatures |
Gets a mask of enabled XState features on x86 or x64 processors. |
GetXStateFeaturesMask |
Returns the mask of XState features set within a CONTEXT structure. |
InitializeContext |
Initializes a CONTEXT structure inside a buffer with the necessary size and alignment. |
LocateXStateFeature |
Retrieves a pointer to the processor state for an XState feature within a CONTEXT structure. |
SetXStateFeaturesMask |
Sets the mask of XState features set within a CONTEXT structure. |