15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_GATHERREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_GATHERREG_H__ 28 template <eInstructionSet::domain instructionSet,
typename T,
40 #include <IPSDKUtil/InstructionSet/Gather/detail/Std/GatherRegDecl.h> 42 #ifdef IPSDK_WITH_SSE2 43 #include <IPSDKUtil/InstructionSet/Gather/detail/SSE2/GatherRegDecl.h> 47 #include <IPSDKUtil/InstructionSet/Gather/detail/AVX/GatherRegDecl.h> 50 #ifdef IPSDK_WITH_AVX2 51 #include <IPSDKUtil/InstructionSet/Gather/detail/AVX2/GatherRegDecl.h> 54 #ifdef IPSDK_WITH_AVX512 55 #include <IPSDKUtil/InstructionSet/Gather/detail/AVX512/GatherRegDecl.h> 58 #include <IPSDKUtil/InstructionSet/Gather/detail/Std/GatherRegImpl.h> 60 #ifdef IPSDK_WITH_SSE2 61 #include <IPSDKUtil/InstructionSet/Gather/detail/SSE2/GatherRegImpl.h> 65 #include <IPSDKUtil/InstructionSet/Gather/detail/AVX/GatherRegImpl.h> 68 #ifdef IPSDK_WITH_AVX2 69 #include <IPSDKUtil/InstructionSet/Gather/detail/AVX2/GatherRegImpl.h> 72 #ifdef IPSDK_WITH_AVX512 73 #include <IPSDKUtil/InstructionSet/Gather/detail/AVX512/GatherRegImpl.h> 76 #endif // __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_GATHERREG_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
Definition: GatherReg.h:30