Dokumentation
For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well. More...
Classes | |
union | State.__unnamed__ |
Structs | |
struct | State |
512 byte structure for FPU / MMX / SSE registers corresponds to the layout used by the instructions fxsave and fxrstor . More... | |
struct | State.__unnamed__.__unnamed__ |
struct | State.st |
Functions | |
bool | init () |
Initialize FPU on the current CPU. More... | |
assert_size (State, 512) | |
Detailed Description
For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well.
Class Documentation
union FPU::State.__unnamed__ |
Class Members | ||
---|---|---|
uint64_t | ip | |
__unnamed__ | __unnamed__ |
Function Documentation
bool FPU::init | ( | ) |
Initialize FPU on the current CPU.
- Returns
true
on successful initialization