TFPInfo Class

Header: Dew.Math/clMtxVec.h · Cross-compiler
tObjectTFPInfo

class TFPInfo : public tObject;

Contains device information specific to floating point math.

Properties

NameTypeDescription
DenormsboolDevice supports denormals.
FusedMAboolDevice supports fused multiply and add instruction.
InfNanboolDevice supports INF and NAN numbers.
RoundToInfboolDevice supports round to infinity.
RoundToNearestboolDevice supports round to nearest integer.
RoundToZeroboolDevice supports round to towards zero.

Methods

NameDescription
Update