dplug.core.fpcontrol

Save/Restore floating-point control words, so that rounding-mode doesn't change wildly in a shared library.

Members

Functions

getFPUControlState
ushort getFPUControlState()
Undocumented in source. Be warned that the author may not have intended to support it.
setFPUControlState
void setFPUControlState(ushort newState)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FPControl
struct FPControl

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

Meta