15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_CASTPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_CASTPACK_H__ 31 template <
typename TIn,
typename TOut>
34 static IPSDK_FORCEINLINE
39 out._val =
static_cast<TOut
>(in._val);
43 static IPSDK_FORCEINLINE
48 out._val =
static_cast<TOut
>(in._val);
51 static IPSDK_FORCEINLINE
56 out._val =
static_cast<TOut
>(in._val);
67 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_CASTPACK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: CastPack.h:33
structure containing set of masks for vectorized operations
Definition: BaseMaskPackDecl.h:29
BaseMaskPack class; defines a set of masks; the number of masks in this set depends on the type of th...
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29