15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_CAST_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_CAST_H__ 31 template <eInstructionSet::domain instructionSet,
typename TOut,
class PackIn>
40 template <eInstructionSet::domain instructionSet,
class PackIn,
class PackOut>
43 cast(
const PackIn& in, PackOut& out)
47 detail::CastPack<instructionSet, TIn, TOut>::act(in, out);
56 #endif // __IPSDKUTIL_INSTRUCTIONSET_CAST_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: CastPack.h:33
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
IPSDK_FORCEINLINE ipsdk::simd::IS2Pack< instructionSet, TOut >::Type cast(const PackIn &in)
casts from PackIn type to PackOut type
Definition: cast.h:34
Definition of import/export macro for library.