15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BITWISECASTPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BITWISECASTPACK_H__ 30 template <
typename TIn,
typename TOut>
35 typename boost::enable_if<
36 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(TIn)>, boost::mpl::int_<sizeof(TOut)> >::type
40 static IPSDK_FORCEINLINE
45 out._val = *
reinterpret_cast<const TOut*
>(&in._val);
49 static IPSDK_FORCEINLINE
54 out._val = *
reinterpret_cast<const TOut*
>(&in._val);
65 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BITWISECASTPACK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BitwiseCastPack.h:35
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