19 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ROUND_H__ 20 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ROUND_H__ 37 template <eInstructionSet::domain instructionSet,
typename TOut,
class PackIn>
40 round(
const PackIn& in)
44 return detail::RoundPack<instructionSet, TIn, TOut>::act(in);
48 template <eInstructionSet::domain instructionSet,
class PackIn,
class PackOut>
51 round(
const PackIn& in, PackOut& out)
55 detail::RoundPack<instructionSet, TIn, TOut>::act(in, out);
64 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ROUND_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
defines template structures PromotedType<T1, T2> and PromotedType3<T1, T2, T3>; their attribute Type ...
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.