19 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ROUNDTONEARESTINTEGRAL_H__ 20 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ROUNDTONEARESTINTEGRAL_H__ 35 template <eInstructionSet::domain instructionSet,
class PackT>
38 roundToNearestIntegral(
const PackT& in)
42 return detail::RoundToNearestIntegralPack<instructionSet, T>::act(in);
46 template <eInstructionSet::domain instructionSet,
class PackT>
49 roundToNearestIntegral(
const PackT& in, PackT& out)
52 detail::RoundToNearestIntegralPack<instructionSet, T>::act(in, out);
61 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ROUNDTONEARESTINTEGRAL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.