16 #ifndef __IPSDKUTIL_INSTRUCTIONSET_BITWISECAST_H__ 17 #define __IPSDKUTIL_INSTRUCTIONSET_BITWISECAST_H__ 32 template <eInstructionSet::domain instructionSet,
33 typename TOut,
class PackIn>
46 template <eInstructionSet::domain instructionSet,
class PackIn,
class PackOut>
62 #endif // __IPSDKUTIL_INSTRUCTIONSET_BITWISECAST_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BitwiseCastPack.h:35
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.
IPSDK_FORCEINLINE ipsdk::simd::IS2Pack< instructionSet, TOut >::Type bitwiseCast(const PackIn &in)
casts from PackIn type to PackOut type, leaving all the bits unchanged (TIn and TOut must have the sa...
Definition: bitwiseCast.h:36