FPControl

This struct ensures that floating point is save/restored and set consistently in plugin callbacks.

struct FPControl {
version(isX86)
ushort fpuState;
version(isX86)
uint sseState;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Meta