15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_SSE2_GATHERPACKDECL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_SSE2_GATHERPACKDECL_H__ 32 typename boost::enable_if_c<sizeof(T) == 1>::type>
34 static IPSDK_FORCEINLINE
35 void act(
const T* baseAddress,
39 static IPSDK_FORCEINLINE
40 void act(
const T* baseAddress,
47 typename boost::enable_if_c<sizeof(T) == 2>::type>
49 static IPSDK_FORCEINLINE
50 void act(
const T* baseAddress,
54 static IPSDK_FORCEINLINE
55 void act(
const T* baseAddress,
62 typename boost::enable_if_c<sizeof(T) == 4>::type>
64 static IPSDK_FORCEINLINE
65 void act(
const T* baseAddress,
69 static IPSDK_FORCEINLINE
70 void act(
const T* baseAddress,
77 typename boost::enable_if_c<sizeof(T) == 8>::type>
79 static IPSDK_FORCEINLINE
80 void act(
const T* baseAddress,
84 static IPSDK_FORCEINLINE
85 void act(
const T* baseAddress,
97 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SSE2_GATHERPACKDECL_H__ Definition: BasePack.h:37
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: GatherPackDecl.h:30
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition of import/export macro for library.
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29