15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SCATTERREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SCATTERREG_H__ 28 template <eInstructionSet::domain instructionSet,
typename T,
40 #include <IPSDKUtil/InstructionSet/Scatter/detail/Std/ScatterRegDecl.h> 42 #ifdef IPSDK_WITH_SSE2 43 #include <IPSDKUtil/InstructionSet/Scatter/detail/SSE2/ScatterRegDecl.h> 46 #ifdef IPSDK_WITH_AVX2 47 #include <IPSDKUtil/InstructionSet/Scatter/detail/AVX2/ScatterRegDecl.h> 50 #include <IPSDKUtil/InstructionSet/Scatter/detail/Std/ScatterRegImpl.h> 52 #ifdef IPSDK_WITH_SSE2 53 #include <IPSDKUtil/InstructionSet/Scatter/detail/SSE2/ScatterRegImpl.h> 56 #ifdef IPSDK_WITH_AVX2 57 #include <IPSDKUtil/InstructionSet/Scatter/detail/AVX2/ScatterRegImpl.h> 60 #endif // __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SCATTERREG_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: ScatterReg.h:30
Definition of import/export macro for library.