VISR  0.11.1
Versatile Interactive Scene Renderer
visr::efl::DenormalisedNumbers::State Struct Reference

#include <denormalised_number_handling.hpp>

Public Member Functions

 State ()
 
 State (bool pFlushToZero, bool pDenormsAreZero)
 

Public Attributes

bool flushToZero
 
bool denormalsAreZero
 

Detailed Description

State to abstract from the internal data types for setting, storing and restoring the denormalised number handling of the processor.

Constructor & Destructor Documentation

visr::efl::DenormalisedNumbers::State::State ( )
inline
visr::efl::DenormalisedNumbers::State::State ( bool  pFlushToZero,
bool  pDenormsAreZero 
)
inlineexplicit

Member Data Documentation

bool visr::efl::DenormalisedNumbers::State::denormalsAreZero
bool visr::efl::DenormalisedNumbers::State::flushToZero

Flush to Zero flag, means that denormalised numbers occuring as the result of an arithmetic instruction are automatically converted to zero.


The documentation for this struct was generated from the following file: