17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_SATURATED_CAST_H__ 18 #define __IPSDKUTIL_INSTRUCTIONSET_SATURATED_CAST_H__ 33 template <eInstructionSet::domain instructionSet,
typename TOut,
class PackIn>
42 template <eInstructionSet::domain instructionSet,
class PackIn,
class PackOut>
49 detail::SaturatedCastPack<instructionSet, TIn, TOut>::act(in, out);
58 #endif // __IPSDKUTIL_INSTRUCTIONSET_SATURATED_CAST_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: SaturatedCastPack.h:33
IPSDK_FORCEINLINE ipsdk::simd::IS2Pack< instructionSet, TOut >::Type saturated_cast(const PackIn &in)
casts from PackIn type to PackOut type
Definition: saturated_cast.h:36
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.