15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX2_UNLOADPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX2_UNLOADPACK_H__ 33 typename boost::enable_if_c<sizeof(T) == 1>::type>
35 static IPSDK_FORCEINLINE
44 typename boost::enable_if_c<sizeof(T) == 2 >::type>
46 static IPSDK_FORCEINLINE
57 typename boost::enable_if_c<sizeof(T) == 4>::type>
59 static IPSDK_FORCEINLINE
74 typename boost::enable_if_c<sizeof(T) == 8>::type>
76 static IPSDK_FORCEINLINE
104 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX2_UNLOADPACK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: UnloadPack.h:30
Definition: BasePack.h:30
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
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
Predefined types associated to instruction set management.
Definition of import/export macro for library.
Definition: BasePack.h:37
Definition: UnloadReg.h:30