3 #ifndef VISR_LIBEFL_DENORMALISED_NUMBER_HANDLING_HPP_INCLUDED 4 #define VISR_LIBEFL_DENORMALISED_NUMBER_HANDLING_HPP_INCLUDED 37 : flushToZero( false ), denormalsAreZero( false )
41 explicit State(
bool pFlushToZero,
bool pDenormsAreZero )
42 : flushToZero( pFlushToZero ), denormalsAreZero( pDenormsAreZero )
61 static State setDenormHandling( );
67 static void resetDenormHandling(
State stateToRestore );
76 static State setDenormHandling(
State newState );
82 #endif // #ifndef VISR_LIBEFL_DENORMALISED_NUMBER_HANDLING_HPP_INCLUDED State(bool pFlushToZero, bool pDenormsAreZero)
Definition: denormalised_number_handling.hpp:41
bool flushToZero
Definition: denormalised_number_handling.hpp:49
Definition: denormalised_number_handling.hpp:28
Definition: options.cpp:10
Definition: denormalised_number_handling.hpp:34
State()
Definition: denormalised_number_handling.hpp:36
bool denormalsAreZero
Definition: denormalised_number_handling.hpp:53