15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_ROUNDTONEARESTINTEGRALREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_ROUNDTONEARESTINTEGRALREG_H__ 21 #if __cplusplus > 199711L || (defined(_MSC_VER) && _MSC_VER >= 1800) // C++ 11 support 24 #include <boost/math/special_functions/round.hpp> 38 static IPSDK_FORCEINLINE
47 static IPSDK_FORCEINLINE
51 #if __cplusplus > 199711L || (defined(_MSC_VER) && _MSC_VER >= 1800) // C++ 11 support 54 out = boost::math::round(in);
66 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_ROUNDTONEARESTINTEGRALREG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
template structure which is specialized to implement the computation of value rounded to closest even...
Definition: RoundToNearestIntegralReg.h:36
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34
float ipReal32
Base types definition.
Definition: BaseTypes.h:56