Код: Выделить всё
alignas(16) char fxStateBuffer[512];
// Saving state
_fxsave64(fxStateBuffer);
// Restoring state
_fxrstor64(fxStateBuffer);
Подробнее здесь: https://stackoverflow.com/questions/786 ... ernel-mode
Код: Выделить всё
alignas(16) char fxStateBuffer[512];
// Saving state
_fxsave64(fxStateBuffer);
// Restoring state
_fxrstor64(fxStateBuffer);