StuBS
FPU Namespace Reference

For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well. More...

Classes

struct  State.st
 

Functions

bool init ()
 Initialize FPU on the current CPU.
 
 assert_size (State, 512)
 

Constants

static bool has_initial_state = false
 
static State initial_state
 

Detailed Description

For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well.


Class Documentation

◆ FPU::State.st

struct FPU::State.st
Class Members
ST value
uint64_t __pad0__: 48

Function Documentation

◆ init()

bool FPU::init ( )

Initialize FPU on the current CPU.

Returns
true on successful initialization

◆ assert_size()

FPU::assert_size ( State  ,
512   
)

Constant Documentation

◆ has_initial_state

bool FPU::has_initial_state = false
static

◆ initial_state

State FPU::initial_state
static