Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

fxsave_if_supported

Signature: extern "C" void fxsave_if_supported(char* buffer);
Attributes: extern "C"
Description: Saves the fpu state if it is supported

Parameters:

Return: void

fxrstor_if_supported

Signature: extern "C" void fxrstor_if_supported(char* buffer);
Attributes: extern "C"
Description: Restores the fpu state if it is supported

Parameters:

Return: void

Show file on GitHub