15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_SSE2_GATHERREGDECL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_SSE2_GATHERREGDECL_H__ 24 #include <boost/mpl/and.hpp> 25 #include <boost/mpl/equal_to.hpp> 26 #include <boost/mpl/int.hpp> 27 #include <boost/type_traits/is_same.hpp> 28 #include <boost/type_traits/is_signed.hpp> 39 typename boost::enable_if<
40 typename boost::mpl::and_<typename boost::is_integral<T>::type,
41 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<1> >::type
49 act(
const T* baseAddress,
56 act(
const T* baseAddress,
66 typename boost::enable_if<
67 typename boost::mpl::and_<typename boost::is_integral<T>::type,
68 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<2> >::type
76 act(
const T* baseAddress,
83 act(
const T* baseAddress,
91 typename boost::enable_if<
92 typename boost::mpl::and_<typename boost::is_integral<T>::type,
93 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<4> >::type
101 act(
const T* baseAddress,
const ipUInt32* indexes,
144 #endif // __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_SSE2_GATHERREGDECL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types for Sse2 instruction set management.
Predefined types associated to instruction set management.
Definition of import/export macro for library.
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
structure used to retrieve SSE2 type associated to a base type
Definition: Sse2Types.h:32
Definition: GatherReg.h:30
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53